grep find all lines containing string recursively 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,