Grep

Grep is a command line utility that allows you to search for text strings in files. The name grep comes from the ed command g/re/p, which means “globally search for a regular expression and print all matching lines.” The grep command has many options and features, but the basic syntax is: grep [options] pattern [files] … Read more