 |
search - Finding all files containing a text string on Linux - Stack ...
I'm trying to find a way to scan my entire Linux system for all files containing a ... Do the following: grep -rnw 'directory' -e "pattern". -r is recursive, -n is line number ...
stackoverflow.com |
 |