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

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

bug in `find' with `-depth' ?


From: Marco Maggesi
Subject: bug in `find' with `-depth' ?
Date: 10 Oct 2000 20:36:52 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Hi, 

I was playing with the option `-depth' of `find' and I got
the following behavior

  ~$ find --version
  GNU find version 4.1
  ~$ mkdir pippo
  ~$ mkdir pippo/pluto
  ~$ mkdir pippo/pluto/paperino
  ~$ find pippo/ -depth -empty
  find: pippo/pluto: No such file or directory
  find: pippo/: No such file or directory

I this a bug or I am missing something?

Ciao, MM



reply via email to

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