bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in find


From: Pete Tompkins
Subject: Bug in find
Date: Fri, 27 Sep 2002 10:17:08 +0000

Hi,

I've noticed what seems to be a bug in find.

If I do the following:

  mkdir .a
  >.a/b
  find . -depth -name .a -exec ls -l {} \;

I get the following output:

  find: ./.a: No such file or directory

which is patently untrue.

Environment:

  Linux 2.4.5  (Slackware distribution)
  find (GNU find version 4.1)
 

Am I using the wrong version?
 

Regards,

Pete Tompkins


reply via email to

[Prev in Thread] Current Thread [Next in Thread]