Answers for "sed delete blank lines if there are more than one"

0

sed remove empty lines

sed '/^$/d' /tmp/data.txt
Posted by: Guest on December-17-2020

Code answers related to "sed delete blank lines if there are more than one"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language