Last active
March 27, 2017 13:20
-
-
Save richardsonlima/6560122ce82db2bcb5309a82f54299e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all_accounts=`zmprov -l gaa`; for account in $all_accounts; do mbox_size=`zmmailbox -z -m $account gms`; echo "Mailbox size of $account = $mbox_size"; done ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment