Answers for "linux remove folder and content"

6

linux remove folder and all his content

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

linux delete content of folder

//Deletes the folder including all its content
rm -r /path/to/directory/*
Posted by: Guest on June-15-2021

Code answers related to "linux remove folder and content"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language