-
-
I like solving social problems with web and mobile technology. I also like playing funk music. README
-
iPhone Apps
-
Read About
ActionScript3 adobe flex Ajax apache authentication bash csrf custom devise Facebook API flash flex iphone javascript jquery linux marketing Music myspace MySQL objective c os x passenger Photoshop php plugin rails rounded rounded corners rspec ruby rubyonrails Ruby On Rails Software SQLite tap testing time_select user-permissions user-roles validation widget wordpress XHTML/CSS XML

Ignore svn directories while you grep
I have seen a lot of posts that show you how to ignore svn files when you grep. However, there seems to be more demand for a script that ignores svn directories. Here is one option:
Just add the function to one of your bash config files (~/.bashrc, ~/.bash_profile, ~/.bash_login), restart your terminal, and you are good to go. Here is a great article about how bash configs work. I put tgrep() in my .bashrc file, but also added the following to .bash_profile to force my .bashrc to load.
. ~/.bashrcIf you enjoyed this post, make sure you subscribe to my RSS feed!