vladkrasovsky
12/7/2016 - 6:32 PM

Set Finder to show all hidden files. To set it back, execute those same commands, but just switch that TRUE to FALSE. Handy.

Set Finder to show all hidden files. To set it back, execute those same commands, but just switch that TRUE to FALSE. Handy.

#!/usr/bin/env bash

defaults write com.apple.finder AppleShowAllFiles TRUE;
killall Finder;