Answers for "rm directories"

0

How to remove Directories with rm

rm -d directory
Posted by: Guest on November-23-2021
0

removing directories in linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language