tag (grep)

archive

recursively grep through an entire directory Mar
22
1
0

Sometimes it's really helpful if you're searching for a file that has a particular string to recursively grep through a directory.

grep -ir [pattern] [directory]

comments