Skip to content

Instantly share code, notes, and snippets.

@AlexRogalskiy
Created February 27, 2022 12:22
Show Gist options
  • Save AlexRogalskiy/d0d8f8b1a018471d5fe3a2734e99e2c6 to your computer and use it in GitHub Desktop.
Save AlexRogalskiy/d0d8f8b1a018471d5fe3a2734e99e2c6 to your computer and use it in GitHub Desktop.
concatenate long ldapsearch lines back together
ldapsearch ... | awk '/^ /{x=$0;gsub(" ","",x);print x};!/^ /{if(length($0)==78){printf$0}else{print}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment