scripts/gestion/tools/stats_cableur.sh
bernat e6939642a6 Des essais...
darcs-hash:20050814063950-d1718-d138f23807d1263818110a36d06d9741e32f3919.gz
2005-08-14 08:39:50 +02:00

6 lines
201 B
Bash
Executable file

#! /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