シンボリックリンク検索だ

[root@wasbaseredhat76 tmp]# ln -s osgi_instance_location oioi
[root@wasbaseredhat76 tmp]# find . -type l -exec ls -l {} \;
lrwxrwxrwx 1 root root 6 2月 15 23:11 ./osgi_instance_location/kenken -> kenken
lrwxrwxrwx 1 root root 22 2月 15 23:12 ./oioi -> osgi_instance_location
[root@wasbaseredhat76 tmp]# find . -type l
./osgi_instance_location/kenken
./oioi
[root@wasbaseredhat76 tmp]#