Sunday, April 8, 2012

Command remove a full directory in Linux

If you want to delete a directory full of other files or directories, use the below command.

rm -rf directory

Labels: