Answers for "how to check empty lines in file in linux"

0

grep empty lines in a file

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

Code answers related to "how to check empty lines in file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language