由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - rm a file "date 12"?
相关主题
Re: Find files and delete蔡鸟问:how to delete file "-in.out"
If I delete a file, how to restore.about autocompletion
help delete files!where is gcc?
[转载] Re: how to delete a file in perlIMAP4 server
question about digital unixhow to stop "at"
how to recover deleted fileslink 一问
how to delete these fileswhat is the "core" in directory.
Urgent help!!!how to recover a deleted file in unix, urgent!
相关话题的讨论汇总
话题: march28话题: rm话题: file话题: txt话题: date
进入Unix版参与讨论
1 (共1页)
f****n
发帖数: 4615
1
How to delete a file whose name is like this:
March28 3:20 txt
No dot(".") between them.
s**i
发帖数: 30
2
try use autocomplete function of shell to get the name (using Tab).

【在 f****n 的大作中提到】
: How to delete a file whose name is like this:
: March28 3:20 txt
: No dot(".") between them.

k**y
发帖数: 320
3
rm M*
rm "March28 3:20 txt"

【在 s**i 的大作中提到】
: try use autocomplete function of shell to get the name (using Tab).
g*****g
发帖数: 34805
4
Or plus \ before any non-regular character.

【在 f****n 的大作中提到】
: How to delete a file whose name is like this:
: March28 3:20 txt
: No dot(".") between them.

o********e
发帖数: 34
5
rm "March28 3:20 txt" or rm "March28*"

【在 f****n 的大作中提到】
: How to delete a file whose name is like this:
: March28 3:20 txt
: No dot(".") between them.

1 (共1页)
进入Unix版参与讨论
相关主题
how to recover a deleted file in unix, urgent!question about digital unix
weriod problem : how to delete .nfs83C4 filehow to recover deleted files
C++ new/delete not thread safe?how to delete these files
how to ???????Urgent help!!!
Re: Find files and delete蔡鸟问:how to delete file "-in.out"
If I delete a file, how to restore.about autocompletion
help delete files!where is gcc?
[转载] Re: how to delete a file in perlIMAP4 server
相关话题的讨论汇总
话题: march28话题: rm话题: file话题: txt话题: date