Hi,
short post. You start a bash script and want to change the working directory to the directory where the script is stored
Use this:
cd "$(dirname "$0")"
Michael
Hi,
short post. You start a bash script and want to change the working directory to the directory where the script is stored
Use this:
cd "$(dirname "$0")"
Michael
Hi,
when you have to eject or unmount DVD iso from your VMs, may be the iso files resists on datastore you want to remove, these one liner should help you.
Continue reading VMware PowerCli: Eject CD/DVD Media from VMs