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