Skip to content

Instantly share code, notes, and snippets.

@caramelchocolate
Created August 4, 2019 12:23
Show Gist options
  • Save caramelchocolate/843b97ae218b418dfaea37a93fe3c416 to your computer and use it in GitHub Desktop.
Save caramelchocolate/843b97ae218b418dfaea37a93fe3c416 to your computer and use it in GitHub Desktop.
display "displayName" and "address" in VMware fusion
#!/bin/sh
find ~/Documents/Virtual\ Machines.localized/ -name '*.vmx' -print0 | xargs -0 -I@ -L1 sh -c 'f="@";cat ${f}|grep displayName|address'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment