Answers for "how to remove a directory and it content in linux"

3

Linux Remove Folder With Content

rm -r dirname
Posted by: Guest on August-13-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 "how to remove a directory and it content in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language