[Privoxy-devel] docbook build changes

Lee ler762 at gmail.com
Sat Oct 20 20:02:04 UTC 2018


On 10/20/18, Ian Silvester <iansilvester at fastmail.fm> wrote:
> Hi Lee,
>
> Figure the ldp.dsl.in all lines changed in diff will be line terminators
> changing from the DOS two-byte CRLF to Unix one-byte LF. Is there another
> tool that could strip the blank space without touching the line terminators?

something along the lines of
 sed -e "s/  *$//"
would probably be the easiest way.  At least for me on cygwin.. dunno
what some other system would do with CRLF line endings and sed
matching on $

Of course, dos2unix followed by sed wouldn't be a problem :)

Lee


More information about the Privoxy-devel mailing list