openldap/tests/scripts/subfilter.sh
2001-11-03 16:59:06 +00:00

10 lines
180 B
Bash
Executable file

#! /bin/sh
#
# Strip entries that belong to subtree $2 (if any)
#
if test $# == 0 ; then
exit 1
else
awk "/^dn:/&&!/$1\$/ {while (\$1!=\"\") {print \$0;getline} print \"\"}"
fi