Skip to content

Instantly share code, notes, and snippets.

@gusioo
Created February 21, 2014 12:36
Show Gist options
  • Save gusioo/9133516 to your computer and use it in GitHub Desktop.
Save gusioo/9133516 to your computer and use it in GitHub Desktop.
Get VMs
for vmid in `oneacct -u $USER |grep 02/19 |awk '{print $1}'`; do onevm show $vmid |grep hda; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment