Skip to content

Instantly share code, notes, and snippets.

@ianshea
Created March 17, 2015 18:24
Show Gist options
  • Save ianshea/ed561a612e3db7cff0bb to your computer and use it in GitHub Desktop.
Save ianshea/ed561a612e3db7cff0bb to your computer and use it in GitHub Desktop.
Remove ._ files from an unzipped tarball
find . -iname '._*' -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment