Thanks for the link. I found the following one liner that does this for me:
vim-cmd vmsvc/getallvms | sed -e '1d' -e 's/ \[.*$//' | awk '$1 ~ /^[0-9]+$/ {print $1" "substr($0,8,80)}'
Thanks for the link. I found the following one liner that does this for me:
vim-cmd vmsvc/getallvms | sed -e '1d' -e 's/ \[.*$//' | awk '$1 ~ /^[0-9]+$/ {print $1" "substr($0,8,80)}'