is it possible to search for symlinks based on properties (name, wholename, etc.) of their targets?
initially i thought something like $ find -L -xtype l -name foo would find links pointing to foo, but that doesn't seem to be the case.
is it possible to search for symlinks based on properties (name, wholename, etc.) of their targets?
initially i thought something like $ find -L -xtype l -name foo would find links pointing to foo, but that doesn't seem to be the case.