7.3 Removing directoriesIn concept removing directories is somewhat similar to removing files--you want the directory to not exist in your current working directories, but you also want to be able to retrieve old releases in which the directory existed.
The way that you remove a directory is to remove all
the files in it. You don't remove the directory
itself; there is no way to do that.
Instead you specify the `-P' option to
Note that `-P' is implied by the `-r' or `-D'
options of This document was generated by Frank Budszuhn on 10/28/2004 using slightly modified texi2html |