Show hidden files in Terminal


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

Replace TRUE with FALSE if you want to hide the hidden files again.


Copy this code and paste it in your HTML
  1. defaults write com.apple.finder AppleShowAllFiles TRUE
  2.  
  3. killall Finder

Report this snippet


Comments


You need to login to view comments.