grep string from file line number case insensitive 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,