Skip to content

Instantly share code, notes, and snippets.

@robinvdvleuten
Created September 12, 2011 10:31
Show Gist options
  • Save robinvdvleuten/1210978 to your computer and use it in GitHub Desktop.
Save robinvdvleuten/1210978 to your computer and use it in GitHub Desktop.
Usefull Mac Command
# Restart finder:
killall -KILL Finder
# Create symbolic links:
ln -s /Volumes/Classic/ Classic
# Remove .DS_Store recursively:
find . -name '*.DS_Store' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment