Answers for "delete all folders except one linux"

0

delete all folders except one linux

find * -maxdepth 0 -name 'b' -prune -o -exec rm -rf '{}' ';'
Posted by: Guest on February-24-2021

Code answers related to "delete all folders except one linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language