Skip to content

Instantly share code, notes, and snippets.

@monkseal
Created April 30, 2017 03:24
Show Gist options
  • Save monkseal/91b9c98d69c9a27bd4486b71877ad938 to your computer and use it in GitHub Desktop.
Save monkseal/91b9c98d69c9a27bd4486b71877ad938 to your computer and use it in GitHub Desktop.
Remove ._ files from thumbdrive
# use dot_clean to get rid of things
dot_clean /Volumes/MUSIC16/
# Remove .DS_Store files
find /Volumes/MUSIC16 -name .DS_Store -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment