Say fileA is a sym link to fileB. I have only fileB at hand and want to find all files that are sym links to fileB. Is there a command to show this in *nix?

link|improve this question
feedback

migrated from stackoverflow.com May 4 '10 at 11:57

This question came from our site for professional and enthusiast programmers.

1 Answer

Have you googled?

find / -lname linktarget
link|improve this answer
feedback

Your Answer

 
or
required, but never shown