morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

rmdir.1 (441B)


      1 .TH RMDIR  1 sbase\-VERSION
      2 .SH NAME
      3 rmdir \- remove a directory
      4 .SH SYNOPSIS
      5 .B rmdir
      6 .I directory...
      7 .SH DESCRIPTION
      8 .B rmdir
      9 attempts to remove all non-full directories specified
     10 by
     11 .IR directory.
     12 .SH BUGS
     13 Subdirectories are removed in the order specified, so
     14 .nf
     15 	rmdir foo/bar foo
     16 .fi
     17 will be successful, but
     18 .nf
     19 	rmdir foo foo/bar
     20 .fi
     21 will only succeed in removing
     22 .BR foo/bar.
     23 
     24 .SH SEE ALSO
     25 .IR rm (1) rmdir (2) unlink (1) unlink (2)