Some notes about grep
- Grep can search multiple files and directory trees
- Grep can be tuned to be faster
- Grep output can be friendly and colorized
As with many UNIX tools, due to legacy and backwards compatibility, grep doesn’t do these things out of the box and simply provides you an plain barebone interface.