/ Published in: Bash
URL: http://www.gnu.org/software/grep/manual/html_node/Usage.html
The -L option lists files that do not contain a line matching the pattern given.
Expand |
Embed | Plain Text
grep -L "the pattern" * # to recurse into subdirectories grep -RL "the pattern" *
You need to login to post a comment.
