Hi, I'm running a very basic script, which works, to change the local
admin password on all our Macs. But, I want to know how to check if the
currentPwd already matches the newPwd, and if so then it must exit. How
do I do that? if [ currentPwd == new...