home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / TMRM.ZIP / RM.DOC < prev    next >
Text File  |  1993-07-29  |  1KB  |  26 lines

  1. rm.doc - documentation for RM - Copyright 1987-1993 TDRMSoft
  2.  
  3.     RM is like DEL with a few more options.  It can recursively delete in
  4. subdirectories and ask your permission before deleting each file.  It can
  5. also overwrite files before deleting them, making sure the contents can't be
  6. retrieved via UNDELETE or other means - to protect you from snoopers.
  7.  
  8. Usage:      rm [-dirz] drv:\path\filespec
  9.  
  10.    d == delete directories
  11.    i == interactive, prompt for y/n before deleting each file
  12.    r == recurse into subdirectories
  13.    v == turn off verbosity, don't list files deleted
  14.    z == zero files first, preventing snoopers from accessing data
  15.  
  16. Examples:
  17.     Delete all files in current directory:         rm *.*
  18.     Delete backup files, prompting first:          rm -i *.bak
  19.     Delete all spy files, trashing them first:     rm -rz \spy*.doc
  20.  
  21. If you use this program regularly, please send $10.00 to:
  22.     TDRMSoft
  23.     400 Central Park West - 20R        Source code in C available for $50.00
  24.     New York, NY 10025-5858                Tom Milne
  25.     (212)-865-2719                         TMILNE@AOL.COM
  26.