Useful Finder settings


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Show hidden files like (.htaccess)
  2. defaults write com.apple.finder AppleShowAllFiles TRUE
  3.  
  4.  
  5. Show the full path to the file (on the top of finder window)
  6. defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

URL: http://www.snipe.net/2009/01/handy-mac-osx-command-line-tricks/

Report this snippet


Comments


You need to login to view comments.