Remove a directory

From Attie's Wiki
Jump to: navigation, search

To remove a directory, use the command below:

$ rm -rf <directory>

In the above example, you would replace "<directory>" with the name of the directory you wish to delete.

-rf specifies recursive and force

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox