Follow-up Comment #4, bug #52558 (project findutils): This is an odd case. But
find . -type l -printf '%p -- %l\n' and find . -type l -printf '%p -- %l\n' -follow should always produce the same results, since -follow only affects things after it on the command line. But (with find 4.5.11), if I have a link ./b that points to a, I get: $ find . -type l -printf '%p -- %l\n' ./b -- a $ find . -type l -printf '%p -- %l\n' -follow $ _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?52558> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/