From e6939642a6c3b8fdbbc041e545b1ca0fd8bc3353 Mon Sep 17 00:00:00 2001 From: bernat Date: Sun, 14 Aug 2005 08:39:50 +0200 Subject: [PATCH] Des essais... darcs-hash:20050814063950-d1718-d138f23807d1263818110a36d06d9741e32f3919.gz --- gestion/tools/stats_cableur.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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