Skip to content

Instantly share code, notes, and snippets.

@pierrehenri220
Created November 14, 2016 10:02
Show Gist options
  • Save pierrehenri220/8891c3beed86a002450d450a4aa931c2 to your computer and use it in GitHub Desktop.
Save pierrehenri220/8891c3beed86a002450d450a4aa931c2 to your computer and use it in GitHub Desktop.
Remove dot underscore files in mac / linux inside the current directory
find . -name "._*" -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment