Return to Snippet

Revision: 30140
at August 9, 2010 01:34 by beneberle


Initial Code
rm -rf directoryname

Initial URL


Initial Description
the -r means it's recursive, the f suppresses the need to confirm every file deletion.

Initial Title
UNIX: remove files and directories recursively

Initial Tags
unix

Initial Language
Bash