Linux Basic and Administration Commands

Searches case-sensitively, by default. 4. Searches for the text anywhere on the line. ... Anchors are RegEx characters (meta-characters). They're used to match at the beginning and end of lines. 6. grep '[0-9]' grep1.txt - returns lines containing at least 1 number. ................
................