bug-coreutils
[Top][All Lists]
Advanced

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

Re: du 5.2.1 ignores arguments


From: Paul Eggert
Subject: Re: du 5.2.1 ignores arguments
Date: Tue, 24 Aug 2004 10:48:25 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Volker Kuhlmann <address@hidden> writes:

>> du -sk *
> 2       00FILES.du
> 2       00FILES.hlink
> 680     00FILES.long
> 514     00FILES.short
> 2       00FILES.top
> 3096    CDs
> 3407318 src
>
>> du -sk . *
> 3412068 .
> 2       00FILES.du
> 2       00FILES.hlink
> 680     00FILES.long
> 514     00FILES.short
> 2       00FILES.top
> [note the last 2 are missing here!]

I don't get that behavior when I run the following little
test script (coreutils 5.2.1, Debian GNU/Linux 3.0r1).

   echo foo >00FILES.du
   echo foo >00FILES.hlink
   echo foo >00FILES.long
   echo foo >00FILES.short
   echo foo >00FILES.top
   mkdir CDs src
   echo foo >CDs/foo
   echo foo >src/foo
   du -sk *
   du -sk . *

Can you investigate further why you're seeing the behavior?
What is the output of "echo du -sk . *"?
of "strace du -sk . *"?




reply via email to

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