Déplace les scripts de stats vers utils et non plus tools
This commit is contained in:
parent
dd32a30814
commit
7e072aca3c
4 changed files with 0 additions and 0 deletions
6
archive/gestion/tools/stats_cableur.sh
Executable file
6
archive/gestion/tools/stats_cableur.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue