Des essais...
darcs-hash:20050814063950-d1718-d138f23807d1263818110a36d06d9741e32f3919.gz
This commit is contained in:
parent
caeec469ff
commit
e6939642a6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue