Déplace les scripts de stats vers utils et non plus tools

This commit is contained in:
Gabriel Detraz 2015-08-18 01:28:17 +02:00
parent dd32a30814
commit 7e072aca3c
4 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#! /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