Dear GNU community,
I would like to notify you about an error in the first example
7.20: Squeezing blank lines.
The commented command
# now, squeeze all '\n', this can be also done by:
# s/^\(\n\)*/\1/
works fine if the hash tag is erased from the second line,
but the next line in the sed script
s/\n*/\ /
that you have left uncommented on your web page adds an extra blank
line after every line. This is not the desired behavior.
With best wishes
Tomas Kana