Skip to content

Instantly share code, notes, and snippets.

@QuaCKeReD
Created May 17, 2013 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuaCKeReD/5600201 to your computer and use it in GitHub Desktop.
Save QuaCKeReD/5600201 to your computer and use it in GitHub Desktop.
Remove ._ files
find . -type f -size 4096c -name '._*' -exec rm -f {} \;
@QuaCKeReD
Copy link
Author

Try this

man find

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment