bug-coreutils
[Top][All Lists]
Advanced

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

Re: [du disk-usage exclude patterns / files]


From: Bob Proulx
Subject: Re: [du disk-usage exclude patterns / files]
Date: Fri, 5 Nov 2004 18:37:10 -0700
User-agent: Mutt/1.5.6+20040907i

Paul Eggert wrote:
> "karl s. eiringer" <address@hidden> writes:
> 
> > (it seems that original is excluded first, but '*' includes the
> > directories [original + subdirs] again)
> 
> Yes, that's right.  The documentation says that --exclude applies only
> when recursing; it doesn't apply to the top-level command-line
> arguments.

Hmm...  Does that mean that there is a bug in the current version?  Or
that there is not?  I'm confused.  I was able to reproduce the case
using the fileutils-4.1 du.

  du --version
  du (fileutils) 4.1
  du -skc --exclude=b *
  8       a
  8       b
  8       c
  8       d
  32      total

It seems things are "as desired" in the current version.

  du --version
  du (coreutils) 5.2.1
  du -skc --exclude=b *
  4       a
  4       c
  4       d
  12      total

Bob




reply via email to

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