-h option

Hi

what does the following mean in shell scripts (-h option)
val contains a string.

while (-h "$val")

From man test

       -h FILE
              FILE exists and is a symbolic link (same as -L)

       -L FILE
              FILE exists and is a symbolic link (same as -h)