Grep is very powerful unix command line tools to search plain-text dataset using
regex. The basic functionality of grep is as follow:
grep [pattern] [file]
Since wikipedia [https://en.wikipedia.org/wiki/Grep] already has an excellent
introduction for the basic functionality. I will jump out to uncommon feature to