Answers for "empty directory linux"

3

remove empty folders linux

find . -type d -empty -print -delete
Posted by: Guest on December-13-2020
4

linux remove folder and all his content

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

remove directory and contents linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language