[bug #54262] -printf %Y doesn't output N for broken links
Follow-up Comment #3, bug #54262 (project findutils): Better: $ ln -s nowhere broken $ ln -s find/find/find notdir $ find broken notdir -printf '%p %Y\n' broken l notdir l $ ./find/find broken notdir -printf '%p %Y\n' broken N notdir ?./find/find: ‘notdir’: Not a directory I think ENOTDIR should
[bug #54262] -printf %Y doesn't output N for broken links
Update of bug #54262 (project findutils): Status:None => Confirmed Assigned to:None => berny ___ Follow-up Comment #2: Thanks for the re