How to recursively filter and remove files
find . -name ".DS_Store" -print0 | xargs -0 rm -rffind . -name "._" -print0 | xargs -0 rm -rfvia linux - Bash: Recursively remove files - Stack Overflow.
Feeding Your Inner Developer
find . -name ".DS_Store" -print0 | xargs -0 rm -rffind . -name "._" -print0 | xargs -0 rm -rfvia linux - Bash: Recursively remove files - Stack Overflow.
Recent Comments