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 probably be treated the same as ENOENT.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54262>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to