home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1293 / gepackt.exe / RM-14.EXE / RMENG.COM (.txt) < prev    next >
Encoding:
Graham's TXT2COM  |  1991-09-25  |  5.4 KB  |  99 lines

  1.  
  2.  
  3. MANUAL                  RM (v1.4)               INGRAL Software (c) 1991
  4.  
  5.  
  6. NAME
  7.      rm, removes files and directories
  8.  
  9.  
  10. SYNOPSIS
  11.  
  12.      rm [-i] [-f] [-v] [-s] file ...
  13.      rm -r [-i] [-f] [-v] dirfile [file ...]
  14.  
  15.  
  16. DESCRIPTION
  17.  
  18.      "rm" removes files. "rm -r" removes also directories.
  19.      Filenames consist of characters and wildcards.
  20.      Every "*" replaces any number of characters (0,1,2,...),
  21.      Every "?" replaces exactly one character.
  22.  
  23.  
  24. OPTIONS
  25.  
  26.      Options stand in any order before or behind the filenames.
  27.      There can be more options behind one leading "-". Between "-" and
  28.      the option there must be no SPACE. The options are case-sensitive.
  29.  
  30.      -r  removes files and directories recursively.
  31.          This option is overrides -s option.
  32.  
  33.      -f  removes write-protected files without question.
  34.          Write-protected files are files with on of the following
  35.          file-attributs set:
  36.          READ-ONLY, HIDDEN, SYSTEM.
  37.  
  38.      -i  removes all files interactivly.
  39.          This option overrides -f and -v option.
  40.  
  41.      -v  sets verbose mode. In verbose mode "rm" prints ever file which is
  42.          deleted to "stdout". Other messages are printed to stderr, so
  43.          you can direct a list of deleted files to a file for quick unerase.
  44.  
  45.      -s  scans all subdirectories for files in order to remove them. This
  46.          option cannot be used in conjunction with -r option.
  47.  
  48.  
  49. EXAMPLES
  50.  
  51.      "rm *" removes all files in the current directory.
  52.  
  53.      "rm *tx*" removes all files containing a string "tx".
  54.  
  55.      "rm -r *dd?" removes all files and directories containing a "dd"
  56.      before there last character.
  57.  
  58.      "rm *.*" removes all files containing a "." .
  59.  
  60.  
  61. DIAGNOSTICS
  62.  
  63.      All messages are generally self-explanatory.
  64.      If "rm" is called without any parameter or wrong commandline
  65.      option a help page is displayed.
  66.      It is forbidden to remove the files "." and ".." in order to avoid
  67.      the consequences of inadvertently doing something like the
  68.      following:
  69.  
  70.      rm -r *.*
  71.  
  72.      rm returns exit code of 0 if all the specified files are
  73.      removed successfully. Otherwise an exit code of not 0 is returned.
  74.  
  75.      Press Cntrl-Break any time you want to abort removing files.
  76.  
  77.  
  78. FILES
  79.  
  80.      rm.exe     (removing tool)
  81.      rmeng.com  (english manual)
  82.      rmger.com  (german manual)
  83.  
  84.  
  85. COPYRIGHT
  86.  
  87.      Copyright (c) 1991 by INGRAL Software, all rights reserved.
  88.      You can copy and use "rm v1.4" without any fee if all files are
  89.      completly and unchanged copied (Including this copyright
  90.      statement).
  91.      INGRAL Software cannot assume responsibility for any consequences
  92.      resulting from the use of "rm v1.4".
  93.  
  94.      INGRAL Software          |     Fidonet:    2:316/7.5
  95.      Peter Haberler           |     Phone/Fax:  ++43 316 847895
  96.      Plueddemanngasse 6       |
  97.      A-8010 GRAZ              |
  98.      AUSTRIA                  |
  99.      EUROPE                   |