由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to delete #***# file?
相关主题
where is gcc?关于quota的弱智一问
help on cxtermHow to know memory usage on solaris
HOW to get CPU and MEM usage?How to monitor peak memory usage?
How to monitor a Unix workstation usage?UNIX cpio problem
[转载] a simple but weird question about the usage of "test" in RH6.2 !grep usage
what is the cpu usage means in top/gtop?pathmap command in dbx
求助,文件删除不掉.dos 下有没有相当于 du 的命令?
back to unix转载: Learn 10 good UNIX usage habits
相关话题的讨论汇总
话题: rm话题: file话题: delete话题: test话题: usage
进入Unix版参与讨论
1 (共1页)
h****e
发帖数: 2125
1
I don't know how the system generated it. But whenever I want to rm this file,
say rm #test#, it shows me a message as follows:"
Usage: rm [-Rfir] file ...
"
Could anybody please help me out? Thank you.
x*****g
发帖数: 6
2
try rm -- #test#
or rm -- \#test\#
# is a special character, so you have to quote it
or use -- to tell rm to not interprete it as a command line
option.

【在 h****e 的大作中提到】
: I don't know how the system generated it. But whenever I want to rm this file,
: say rm #test#, it shows me a message as follows:"
: Usage: rm [-Rfir] file ...
: "
: Could anybody please help me out? Thank you.

p******f
发帖数: 162
3
does #test# look like a command option?
rm \#test\#

【在 x*****g 的大作中提到】
: try rm -- #test#
: or rm -- \#test\#
: # is a special character, so you have to quote it
: or use -- to tell rm to not interprete it as a command line
: option.

p*********r
发帖数: 23
4
rm "#test#"

file,

【在 h****e 的大作中提到】
: I don't know how the system generated it. But whenever I want to rm this file,
: say rm #test#, it shows me a message as follows:"
: Usage: rm [-Rfir] file ...
: "
: Could anybody please help me out? Thank you.

1 (共1页)
进入Unix版参与讨论
相关主题
转载: Learn 10 good UNIX usage habits[转载] a simple but weird question about the usage of "test" in RH6.2 !
有人在Linux用过/usr/bin/time 测peak memory usage么?what is the cpu usage means in top/gtop?
Re: Find files and delete求助,文件删除不掉.
If I delete a file, how to restore.back to unix
where is gcc?关于quota的弱智一问
help on cxtermHow to know memory usage on solaris
HOW to get CPU and MEM usage?How to monitor peak memory usage?
How to monitor a Unix workstation usage?UNIX cpio problem
相关话题的讨论汇总
话题: rm话题: file话题: delete话题: test话题: usage