Categories
- Code (32)
- C# (4)
- emacs (4)
- Javascript (1)
- PHP (1)
- Python (6)
- Shell Script (2)
- silverlight (4)
- Blend (2)
- Sysadmin (3)
- unix (4)
- Code (32)
Meta
ad
Tag Archives: svn
Exclude directories from recursive grep
How often are you using grep in subversionned folders like that : grep -rni foobar . | grep -v .svn Upgrade to grep 2.5.3 and use (alias it ?) grep -rni –exclude-dir .svn foobar . (or … stop using SVN … Continue reading