To list all references (symlinks) to a given file:
find -L <dir/to/start> -samefile <original-filename> -ls
A place for capturing random thoughts
To list all references (symlinks) to a given file:
find -L <dir/to/start> -samefile <original-filename> -ls