Answers for "linux delete all directory contents"

6

linux remove folder and all his content

rm -rf /path/to/directory
Posted by: Guest on February-29-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 delete all directory contents"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language