Bash tips and tricks
August 26th, 2008 | by guda |How to check if files containt “this” and “that”
grep -i 'for nut in self._foundNuts:' `grep -ril "loop(1):" *`
grep -i 'for nut in self._foundNuts:' `grep -ril "loop(1):" *`
Trackback URL for this post:
http://www.gudasoft.com/linux/administration-linux/08/26/110/bash-tips-and-tricks/2008/trackback