next up previous contents
Next: Removing Doubled Up Lines Up: Miscellaneous Previous: Making Directories - mkdir

Removing Directories - rmdir

  The command to remove (delete) a directory is rmdir. One caveat is that the directory must be empty. If you want to delete a directory and all of its contents, you can use the rm command with the recursive switch set:

 rm -r directory


next up previous contents
Next: Removing Doubled Up Lines Up: Miscellaneous Previous: Making Directories - mkdir

Gordon Haverland
Sat Oct 9 13:50:48 MDT 1999