Answers for "how to delete all directories in linux that created from a specifice time"

6

linux remove folder and all his content

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

show directories before deleting them find unix

find . -iname .DS_Store -delete -print
Posted by: Guest on November-24-2020

Code answers related to "how to delete all directories in linux that created from a specifice time"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language