Some notes on Mac OS X
Bash Shell
To launch TextEdit:
open -e [path to text file]
Finder
To make hidden files visible:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Using this setting also makes hidden files on the desktop visible. Using “ls -als” from Bash (Terminal) may be more practical.