Path : /proc/2/root/var/www/html/ |
Current File : //proc/2/root/var/www/html/sc.txt |
for ACCOUNTS in `repquota -a | grep \+ | awk '{print $1}'`; do echo "${ACCOUNTS} : `whmapi1 accountsummary user=${ACCOUNTS} | grep disklimit | cut -d: -f2` : `whmapi1 accountsummary user=${ACCOUNTS} | grep diskused | cut -d: -f2`" ; done