On 2010-02-20 22:45 , LuKreme wrote:
I'd like to know where, if anywhere, this maps to the physical disk. Basically, before I run a script, I want to know that the machine I am trying to access is actually available.
this should work: if ping -o cerebus.local ; then # run mail script here fi _______________________________________________ MacOSX-talk mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/macosx-talk
