scripts/gestion/tools/stats_cableur.sh
Antoine Durand-Gasselin 4a68475e34 [wiki-lenny] suppression de static/
darcs-hash:20090314092631-bd074-b01256aeaf71e935851b3ecdbd623eaae8c9e8a1.gz
2009-03-14 10:26:31 +01:00

6 lines
201 B
Bash

#! /bin/sh
echo -n "Total : "
#ldapsearch -x -LLL "(paiement=*)" | grep -E "(inscription|paiement\+2004)" | wc -l
ldapsearch -x -LLL | grep "historique" | cut -d ' ' -f 4 | sort | uniq -c | sort -rn