Answers for "remove directory and all its contents in linux"

6

linux remove folder and all his content

rm -rf /path/to/directory
Posted by: Guest on February-29-2020
1

how to remove folder and its contents in linux

rm -rf dirname
Posted by: Guest on June-09-2020

Code answers related to "remove directory and all its contents in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language