good morning,
could anyone tell me how to grep a file for null lines please ? returning line numbers ...
tried following info in man grep but does not seem to work
man refers to
grep -e \n\n notes.txt
but i must have syntax wrong
tried
grep -n -v J notes.txt
but not all lines have J in text
thank you in advance
Best of Irish Luck, David.
djwilkes@hotmail.com
could anyone tell me how to grep a file for null lines please ? returning line numbers ...
tried following info in man grep but does not seem to work
man refers to
grep -e \n\n notes.txt
but i must have syntax wrong
tried
grep -n -v J notes.txt
but not all lines have J in text
thank you in advance
Best of Irish Luck, David.
djwilkes@hotmail.com