Created
August 4, 2019 12:23
-
-
Save caramelchocolate/843b97ae218b418dfaea37a93fe3c416 to your computer and use it in GitHub Desktop.
display "displayName" and "address" in VMware fusion
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
#!/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