Display MAC os Finder path
16 Nov 2015###Terminal:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
###Rollback
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder
###Terminal:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
###Rollback
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder