My bed time sed regex:
sed 's/\ \+/\ /g' | \ # remove double justify by collapsing spaces sed 's/^\ /\ \ \ /g' | \ # increase indent back to 3 spaces
I didn’t like the double justification lynx -dump was producing.
Freedom of the press belongs to those who own one. - A.J. Liebling
{ 2002 06 17 }
My bed time sed regex:
sed 's/\ \+/\ /g' | \ # remove double justify by collapsing spaces sed 's/^\ /\ \ \ /g' | \ # increase indent back to 3 spaces
I didn’t like the double justification lynx -dump was producing.
Post a Comment