Linux remove entire directory including all files and sub-directories command
To remove all directories and subdirectories use the rm command. For example, remove *.doc files and all sub-directories and files inside letters directory, type the following command (warning all files including subdirectories will be deleted permanently):$ rm -rf letters/
0 comments:
Post a Comment