linux:sed:remove_all_blank_lines_from_a_file
This is an old revision of the document!
Linux - SED - Remove all blank lines from a file
cat /etc/somefile.conf | sed '/^$/d' > /tmp/output.file
linux/sed/remove_all_blank_lines_from_a_file.1575974051.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)