Tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Madconqueror (talk | contribs) (→Unix / Terminal: Show hidden files in Finder.app) |
||
Line 6: | Line 6: | ||
== Unix / Terminal == |
== Unix / Terminal == |
||
Want the finder to show you all the hidden files? |
|||
<tt>defaults write com.apple.finder AppleShowAllFiles TRUE</tt> |
|||
BTW, I think it's lame, but it's just a test anyway. |
Revision as of 19:38, 14 June 2006
Cryptography
Networking
Security
Unix / Terminal
Want the finder to show you all the hidden files? defaults write com.apple.finder AppleShowAllFiles TRUE BTW, I think it's lame, but it's just a test anyway.