Answers for "grep empty lines in a file"

0

grep empty lines in a file

grep -c '^$' myfile.txt
Posted by: Guest on October-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language