Un guión shell
... ¿pero en qué? ¿Bash?.
Existe el comando de comparación -h que hace precisamente eso:
Código bash:
Ver original#!/bin/bash
if [ -h /ruta/enlace/simbólico ]
then
echo "OK"
fi
Ve por acá:
http://tldp.org/LDP/Bash-Beginners-G...ect_07_01.html