# infosquota : genere le fichier quotas.txt toutes les 10 minutes
*/10 * * * * root /usr/sbin/repquota /home | awk '(substr($1,0,1) !~ /#/) && ($2 ~ /--/||/+-/) {print $1","$3","$4","$5","$6}' > /home/netlogon/infosquota/quotas.txt
