Answers for "linux remove folder and all contents"

6

linux remove folder and all his content

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

remove all directrories in onde command hit

rm -R -- */
Posted by: Guest on September-09-2020
6

remove directory and contents linux

rm -r path
Posted by: Guest on June-27-2020
2

remove directory linux

rm -rf /path/to/directory/*
Posted by: Guest on November-03-2020
1

how to remove folder and its contents in linux

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

linux remove folder and all his content

rm -rf /path/to/directory/{*,.*}
Posted by: Guest on February-29-2020

Code answers related to "linux remove folder and all contents"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language