The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-22-2009
dr.house dr.house is offline
Registered User
  
 

Join Date: Dec 2008
Location: Switzerland
Posts: 229
Code:
[house@vici] rm -test.file
rm: invalid option -- t
Try `rm ./-test.file' to remove the file `-test.file'.
Try `rm --help' for more information.
[house@vici] rm ./-test.file