home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / doc / rmdir.man < prev    next >
Text File  |  1993-06-13  |  990b  |  67 lines

  1.  
  2.  
  3.  
  4. RMDIR(1L)                                               RMDIR(1L)
  5.  
  6.  
  7. NAME
  8.        rmdir - remove empty directories
  9.  
  10. SYNOPSIS
  11.        rmdir [-p] [--path] [--help] [--version] dir...
  12.  
  13. DESCRIPTION
  14.        This  manual  page  documents  the  GNU  version of rmdir.
  15.        rmdir removes each given empty  directory.   If  any  non-
  16.        option argument does not refer to an existing empty direc-
  17.        tory, it is an error.
  18.  
  19.    OPTIONS
  20.        -p, --path
  21.               Remove any parent directories that  are  explicitly
  22.               mentioned  in  an  argument,  if  they become empty
  23.               after the argument file is removed.
  24.  
  25.        --help Print a usage message and exit with a non-zero sta-
  26.               tus.
  27.  
  28.        --version
  29.               Print  version  information  on standard error then
  30.               exit.
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.