Answers for "how to erase folder that match characters in linux"

0

how to erase folder that match characters in linux

find . -type d -name 'received_*_output' -exec rm -r {} +
Posted by: Guest on August-28-2020

Code answers related to "how to erase folder that match characters in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language