> mkdir a > ln -s a b > touch a/t > perl -e ' print "yes\n" if (-e "a/t");' yes > perl -e ' print "yes\n" if (-e "b/t");' yes