2 lines
68 B
Bash
2 lines
68 B
Bash
|
ldapsearch -Q | grep ^givenName | grep -i "bon" | wc -l | tr -d " "
|