bug-coreutils
[Top][All Lists]
Advanced

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

Re: du


From: Paul Eggert
Subject: Re: du
Date: Sun, 27 Feb 2005 00:27:53 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

"JMV" <address@hidden> writes:

> Is there a # of files limit?
>
> du -sX userimages/2519/dsp_*
>
> generates 
> -bash: /usr/bin/du: Argument list too long
> When there are a few hundred files that match

That's not a limit in du per se.  It's a limit in your operating
system (most likely, in the implementation of the execl system call,
or one of its variants).  To fix it, you need to fix your operating
system.

You can work around the problem with the --files0-from option, in
recent versions of du.




reply via email to

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