To find files containing a search term or a keyword, we can use the command called grep, using which you can use to find the lines inside any file or a list of files.
grep -i -n ‘<keyword or search term>’ *
Advertisement
To find files containing a search term or a keyword, we can use the command called grep, using which you can use to find the lines inside any file or a list of files.
grep -i -n ‘<keyword or search term>’ *