http://dbocklandt.be/networking/ldapsearch-without-all-the-line-wrapping/ ``` perl -p00e 's/\r?\n //g' # Example ldapsearch -xLLL -h oh.mighty.ldapserver -b dc=example,dc=com | perl -p00e 's/\r?\n //g' ```