Published in: Bash
Some applications such as Flex Builder or SVN dump itty bitty hidden files that will screw up your workflow if you don't manage them. Here's how to quickly identify them.
[bash]$ defaults write com.apple.finder AppleShowAllFiles -bool false [bash]# KillAll Finder
You need to login to post a comment.
