diff --git a/gestion/tools/stats_cableur.sh b/gestion/tools/stats_cableur.sh index 72656b20..13901253 100755 --- a/gestion/tools/stats_cableur.sh +++ b/gestion/tools/stats_cableur.sh @@ -1,6 +1,6 @@ #! /bin/sh echo -n "Total : " -ldapsearch -x -LLL "(paiement=*)" | grep -E "(inscription|paiement\+2004)" | wc -l +#ldapsearch -x -LLL "(paiement=*)" | grep -E "(inscription|paiement\+2004)" | wc -l -ldapsearch -x -LLL "(paiement=*)" | grep -E "(inscription|paiement\+2004)" | cut -d ' ' -f 4 | sort | uniq -c | sort -rn +ldapsearch -x -LLL | grep "historique" | cut -d ' ' -f 4 | sort | uniq -c | sort -rn