View Single Post
  #2   (View Single Post)  
Old 5th December 2008
arch arch is offline
Port Guard
 
Join Date: Jun 2008
Posts: 38
Default

Code:
NOTES
     The rm command uses getopt(3) to parse its arguments, which allows it to
     accept the `--' option which will cause it to stop processing flag
     options at that point.  This will allow the removal of file names that
     begin with a dash (`-').  For example:

           rm -- -filename
__________________
Verbose mode can also be turned on for SSH2 with the (surprise!) VerboseMode keyword.
Reply With Quote