Skip to content

Instantly share code, notes, and snippets.

@jcracknell
Created June 12, 2014 19:27
Show Gist options
  • Save jcracknell/64f5ebfe19c43a58456c to your computer and use it in GitHub Desktop.
Save jcracknell/64f5ebfe19c43a58456c to your computer and use it in GitHub Desktop.
Strip newlines from ldapsearch results
#!/bin/bash
ldapsearch "$@" | sed -n '1h; 1!H; ${ g; s/\r\?\n //g; p }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment