User Tools

Site Tools


sed:file_spacing:undo_double-spacing_a_file

SED - File Spacing - Undo double-spacing a file

Assumes even-numbered lines are always blank.

sed 'n;d' filename

Example

Running that command again this file:

testfile
aaa
 
bbb
 
ccc

returns:

testfile
aaa
bbb
ccc
sed/file_spacing/undo_double-spacing_a_file.txt · Last modified: 2020/08/15 11:48 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki