Feb 16
grep -ir –exclude=*.{ext1,ext2,ext3} ’searchterm’ .
I needed this when searching for terms that were in javascript and SQL files.
It’s not pretty when they’re included.
I needed this when searching for terms that were in javascript and SQL files.
It’s not pretty when they’re included.
Recent Comments