Quantcast
Channel: Crunchify
Viewing all articles
Browse latest Browse all 1037

Mac OS X Tips: How to Show / Hide Hidden Files in Finder Window

$
0
0

By default, Mac OS X keeps all files and folders starting with . (dot) hidden. Here is a sample.

Mac OS X show hidden files Mac OS X Tips: How to Show / Hide Hidden Files in Finder Window

If you have used Maven in past then you might have some info about .m2 folder. As we know Maven Downloads all .jar files from repository to local machine in a default directory name .m2 and location of this directory in Windows machine (Inside User Folder) Or in Home directory in case of Mac machine. I wanted to change few .jar files and it took some time for me to figure out how to see these hidden files.

Another must read:

Below are the simple commands to show / hide hidden files on mac.

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

The post Mac OS X Tips: How to Show / Hide Hidden Files in Finder Window appeared first on Crunchify.


Viewing all articles
Browse latest Browse all 1037

Trending Articles