grep
Grep
To Find Text in a File(s) grep needle haystack.file
or to search for text in a Directory grep -Ri needle /path/haystack/
the -i ignores case.
grep.txt · Last modified: 2022/07/19 20:13 by 127.0.0.1
To Find Text in a File(s) grep needle haystack.file
or to search for text in a Directory grep -Ri needle /path/haystack/
the -i ignores case.