Created
April 30, 2017 03:24
-
-
Save monkseal/91b9c98d69c9a27bd4486b71877ad938 to your computer and use it in GitHub Desktop.
Remove ._ files from thumbdrive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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