Answers for "remove the directory in linux"

0

removing directories in linux

# find . -type d -name '*_cache' -exec rm -r {} +
Posted by: Guest on May-26-2021

Code answers related to "remove the directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language