linux greps that exclude results longer than 1000 words 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,