December 2007
2 posts
2 tags
Removing Thumbs.db files
find . -name "Thumbs.db" -exec rm '{}' \;
Dec 12th
1 tag
Fix backspace in OS X Terminal.app
Add this to the bottom of .bash_profile: alias fixbs='stty erase `tput kbs`' fixbs
Dec 4th