On Thu, 8 Apr 2004, "Damian Marinaccio" <dxmwml at rit.edu> wrote: > Yes you are correct /bin/sh has a built in test program that does not > support -L. > Can you tell me, please if -h is supported: #! /bin/sh touch /tmp/t ln -s /tmp/t /tmp/tl if [ -h /tmp/tl ]; then echo found a link fi Works for me. --jkl