New posts in grep

How to make grep only match if the entire line matches?

How can I "grep" for a filename instead of the contents of a file? [closed]

Why isn't `tail -f … | grep -q …` quitting when it finds a match?

How to list content of all .zip files in a folder and grep for a specific file?

Preserve colouring after piping grep to grep

Recursively search a pattern/text only in the specified file name of a directory?

How do I grep for multiple patterns on multiple lines?

Zip all files returned from "grep-ril" command

Grep: The asterisk (*) doesn't always work

How to process each output line in a loop?

How can i send /var/mail/root again?

What does grep -v "grep" mean and do?

Command line: search and replace in all filenames matched by grep

Using grep with pipe and ampersand to filter errors from find

Fastest way to find lines of a file from another larger file in Bash

Grep characters before and after match?

List files with certain extensions with ls and grep

Counting total number of matches with grep instead of just how many lines match

Ack search for literal strings [closed]

More elegant "ps aux | grep -v grep"