Answers for "shell remove consecutive newline"

0

shell remove consecutive newline

# remove blank lines
# technically, remove the extra repeated consecutive newlines (\n\n -> \n)
sed  '/^$/d'
Posted by: Guest on June-26-2021

Code answers related to "shell remove consecutive newline"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language