由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to delete this directory?
相关主题
where is gcc?[转载] 请问.Z文件怎么打开?说是UNIX下的ASCII file?
file problem in unix Ask for your help!
可能是个很难的问题:关于DOS和UNIX文档文件的区别How to find a file in the deep children directory?
紧急请教:Unix的ls命令[转载] UNIX下的一个奇怪问题!
Unix Computer Security ChecklistSome simple Unix questions
请问如何在UNIX下面输入特殊字符?请教e-mail的设置
How to use sendmail to send attachmentKorn shell script
哪里可下载C++的中文教材?cygwin 问题一问
相关话题的讨论汇总
话题: directory话题: delete话题: 1f话题: rm话题: try
进入Unix版参与讨论
1 (共1页)
s****e
发帖数: 68
1
it is caused by some Chinese-Char directory.
cannot delete it both in windows and in UNIX shell.
the ASCII looks like: --~1F
when i try to rm -r , then use Tab to get the directory name,
it just says "unrecognized option '--~1F/',
try to use rm -i, doesn't works too.
anyone knows how to get rid of??
thanks.
i***e
发帖数: 3219
2
try this:
rm -rf ./--~1F(your strange directory name)

【在 s****e 的大作中提到】
: it is caused by some Chinese-Char directory.
: cannot delete it both in windows and in UNIX shell.
: the ASCII looks like: --~1F
: when i try to rm -r , then use Tab to get the directory name,
: it just says "unrecognized option '--~1F/',
: try to use rm -i, doesn't works too.
: anyone knows how to get rid of??
: thanks.

1 (共1页)
进入Unix版参与讨论
相关主题
cygwin 问题一问Unix Computer Security Checklist
请教一个UNIX问题, 也许很低级, 谢谢请问如何在UNIX下面输入特殊字符?
UNIX cpio problemHow to use sendmail to send attachment
怎样使UNIX下homepage目录下的内容哪里可下载C++的中文教材?
where is gcc?[转载] 请问.Z文件怎么打开?说是UNIX下的ASCII file?
file problem in unix Ask for your help!
可能是个很难的问题:关于DOS和UNIX文档文件的区别How to find a file in the deep children directory?
紧急请教:Unix的ls命令[转载] UNIX下的一个奇怪问题!
相关话题的讨论汇总
话题: directory话题: delete话题: 1f话题: rm话题: try