Grep

grep
Original author(s)Ken Thompson
Developer(s)AT&T Bell Laboratories
Initial releaseNovember 1973 (1973-11)
Written inC
Operating systemUnix, Unix-like, Plan 9, Inferno, OS-9, MSX-DOS, IBM i
TypeCommand

grep is a command-line utility for searching plaintext datasets for lines that match a regular expression. Its name comes from the ed command g/re/p (global regular expression search and print), which has the same effect. grep was originally developed for the Unix operating system, but later became available for all Unix-like systems and some others such as OS-9.