Created
September 12, 2011 10:31
-
-
Save robinvdvleuten/1210978 to your computer and use it in GitHub Desktop.
Usefull Mac Command
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
# 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