


Search any line that contains the word in filename on Linux:.

grep command examples in Linux and Unixīelow is some standard grep command explained with examples to get you started with grep on Linux, macOS, and Unix: For most use cases, fgrep is sufficient due to speed and only looking into strings and words. The grep utilities are a family that includes grep, grep -E (formally egrep), and grep -F (formally fgrep) for searching files. The name, “grep”, derives from the command used to perform a similar operation, using the Unix/Linux text editor ed:
