home *** CD-ROM | disk | FTP | other *** search
/ Tools en Utilities / CDASS_5.ISO / shell / file / rmyg13.arj / RM.DOC < prev   
Encoding:
Text File  |  1992-01-04  |  2.7 KB  |  68 lines

  1. RM: All your file removal needs in this tiny program.
  2.  
  3. RM is not  yet another 'rm' program; you  may have many of those  UN*X like
  4. programs, I  had many too,  but I decided  to write this  one because I was
  5. looking  for  some  features  I  could  not  find  in  similar utilities. I
  6. recommend the usage of my program because of its following characteristics:
  7.  
  8. FREE       I do  not expect any  donations whatsoever for  this version.
  9.            Redistribution is permitted as long as no money is collected for
  10.            the program.
  11.  
  12. SMALL      ~5K file size. No hacker's disk is complete without it.
  13.  
  14. TERSE      No  copyright message  is displayed  in normal  run. No \r\n are
  15.            printed  in the  end to  save another  screen line.  Also, has a
  16.            silent mode useful for quiet wiping out of full disks.
  17.  
  18. HELP       Help message will be displayed when the program is executed with
  19.            no parameters.
  20.  
  21. SAFE       Will  confirm  each  file  removal,  and  each  write-protection
  22.            override.  'rm'  will  even  clear  the  keyboard  buffer before
  23.            each reading the user confirmation to erasing.
  24.  
  25. POWERFUL   Can recurse  over sub-dirextories, erase read  only files, match
  26.            hidden and system files. User confirmation can be turned off.
  27.  
  28.  
  29.  
  30. Nobody is perfect, and 'rm' is no exception: Currently 'rm' is missing the
  31. following features:
  32.  
  33.     1) Cloning - make command line to be defaults of RM.COM
  34.  
  35.     2) Unerase information: I would like 'rm' to create a deleted
  36.     directory entry, for every deleted file fragment. This could
  37.     benefit utilities like Norton's QU, that will be able to
  38.     recover deleted fragmented files.
  39.  
  40.     3) User comments...
  41.  
  42. I cannot promise to add those features in the near future, but I
  43. do promise to send source code to any interested user.
  44.  
  45. RM: File Removal Utility. Version 1.11,   Dec 24 1989
  46. Copyright (c) 1989-92 by Yossi Gil, P.O.Box 3148, Jerusalem, ISRAEL.
  47.  
  48. Usage: RM [flags] file[s] [[flags] files ...]
  49.  
  50. Will remove the given files (wild cards too). Flags are one or more flag
  51. characters preceded by "-", and optionally followed by "+" for turning
  52. flag on (default), or "-" for turning it off.
  53.  
  54. Flags are: (*= default setting)
  55.  
  56.   -H+       Hidden files match in wild cards
  57.   -S+       System files match in wild cards
  58.   -W+       Remove write protected files too
  59.   -i+     * Prompt before removing file
  60.   -I+     * Prompt before overriding write protect
  61.   -n        Do nothing, just print file names
  62.   -R        Recursively scan subdirectories
  63.   -B        Batch mode. Echo \r\n after terminating
  64.   -? or -h  Print this message
  65.  
  66. All flags apply to wildcards that follow them in the argument list.
  67.  
  68.