]> git.sur5r.net Git - openldap/blob - tests/scripts/stripattr.sh
Fix initializer
[openldap] / tests / scripts / stripattr.sh
1 #! /bin/sh
2 #
3 # Strip attribute from LDIF
4 #
5 awk '/^'$1'/ {getline; while (substr($0,1,1) == " ") getline;} /.*/ {print $0}'