Very convenient way to do “find in files” in bash.
grep -rHino 'test'
If you change grep to egrep, you can use regular expression. Very cool!
Tech Notes of Mine
Very convenient way to do “find in files” in bash.
grep -rHino 'test'
If you change grep to egrep, you can use regular expression. Very cool!