grep linux in a file display the lines and line numbers of users that are not using bash. 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,