[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapsearch wrapping at 76 chars



Dave Horsfall writes:
> They don't get much smaller than this:
>
> 	perl -p -00 -e 's/\r\n //g; s/\n //g'

        perl -p00e 's/\r?\n //g'
:-)