.bp .au "TSC \- intro.xx" .c The Flinx Program .2 \f(BIflinx\fB recursively examines a directory and locates any symbolic links. .2 This is a good use of the .T find.pl library. .2 What the link points to is displayed, and if this itself is a symlink, we recurse on the lookup. .2 If it's an invalid link, it tells you why. .bp .au "TSC \- intro.xx" .c Example Flinx Output .b a -> b .sp .5 c -> c [ELOOP] .sp .5 g -> x [ENOENT] .sp .5 d -> a -> b .e