Basic vs Extended Regular Expressions
The use of the following command line syntax (sans quotes) is interchangeable:
“egrep”
execution of grep with command line option [ -E ], “grep -E”
Grep (and Grep for Windows)
Depending upon the nature of the search I want to perform, I often use grep, a GNU Operating System application, common to the Linux operating system. grep is available [...]


