how to grep specific line number in linux code example
Example: grep line number in linux
$ grep -in null myfile.txt
2:example two null,
4:example four null,
$ grep -in null myfile.txt
2:example two null,
4:example four null,