Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Last active March 27, 2017 13:20
Show Gist options
  • Save richardsonlima/6560122ce82db2bcb5309a82f54299e8 to your computer and use it in GitHub Desktop.
Save richardsonlima/6560122ce82db2bcb5309a82f54299e8 to your computer and use it in GitHub Desktop.
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