LXer: Regular Expressions in Grep
by LXer from LinuxQuestions.org on (#50M01)
Published at LXer:
grep is one of the most useful and powerful commands in Linux for file processing. grep searches one or more input files for lines that match a regular expression and writes each matching line to standard output.
Read More...


grep is one of the most useful and powerful commands in Linux for file processing. grep searches one or more input files for lines that match a regular expression and writes each matching line to standard output.
Read More...