kf-ying2005-04-07 04:05:54
my script accidently made a file in UNIX, but now can't delete it. Can anyone tell me how to delete it. the file name is -tm-com. I tried rm *com and rm -f *com, but it won't work because it thinks -t is an option.

thanks!
急呀!!!!2005-04-07 05:25:41
回复:good at unix? try this.
kf-ying2005-04-07 05:33:12
回复:回复:good at unix? try this.
急呀!!!2005-04-07 05:50:06
回复
rm"-t-com2005-04-07 06:11:16
回复:good at unix? try this.
Linux2005-04-07 06:18:59
rm -r "--filename" or
tty2005-04-07 07:09:43
rm \-tm\-com
kf-ying2005-04-08 04:21:57
rm ./ worked, rm " " does not