SyntaxFix
Write A Post
Hire A Developer
Questions
I use this function which is saved in .bash_profile and it works a treat for me.
function show_hidden () { { defaults write com.apple.finder AppleShowAllFiles $1; killall -HUP Finder; } }
How to use:
show_hidden true|false