Bash - show / hide hidden files (OSX)

# .bash_profile # finder alias showfiles='defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder' alias hidefiles='defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder'
on the terminal use one of these alias to show or hide hidden files

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.