Des essais...

darcs-hash:20050814063950-d1718-d138f23807d1263818110a36d06d9741e32f3919.gz
This commit is contained in:
bernat 2005-08-14 08:39:50 +02:00
parent caeec469ff
commit e6939642a6

View file

@ -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