Can someone please help?? Here is what I want to do:
/sbin/mount | awk '/(idisk.mac.com|afp_)/ {n=split($3, parts, "/" ) ; print parts[n] ; }'
That returns a list of iDisk (accurate 90% of the time). But I really can't get the piping example on cocoadevcentral, can someone please tell me how to adapt
this so that string is the output of the above command? Thanks A LOT for any help
