Skip to content

Instantly share code, notes, and snippets.

@kawaii
Created February 5, 2018 15:18
Show Gist options
  • Save kawaii/ecb4cdbedc73568d2b1487ed3c31e615 to your computer and use it in GitHub Desktop.
Save kawaii/ecb4cdbedc73568d2b1487ed3c31e615 to your computer and use it in GitHub Desktop.
List of Perl one-liners for doing various things.
# change home directories to UIDs in an LDIF file
perl -0777 -p -i.bak -e's{homeDirectory: .+?$(.*?uidNumber: (\d+))}{homeDirectory: /home/$2$1}msg' ou-test.ldif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment