Answers for "linux delete directory with content"

6

remove directory and contents linux

rm -r path
Posted by: Guest on June-27-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
0

removing directory and its content bash linux

rmdir <dirname>
Posted by: Guest on July-01-2021

Code answers related to "linux delete directory with content"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language