Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#321494: [zsh/stat] problems with large files
- X-seq: zsh-workers 21563
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#321494: [zsh/stat] problems with large files
- Date: Fri, 5 Aug 2005 16:30:53 -0400
- Cc: Jens Kubieziel <jens@xxxxxxxxxxxx>, 321494-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <E1E18KP-0002eS-EK@qbiathome>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Jens Kubieziel <jens@xxxxxxxxxxxx>, 321494-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <E1E18KP-0002eS-EK@qbiathome>
> there was a discussion about listing files at zsh-users (beginning with #9229).
> Christian Schneider suggested at #9231 the following solution:
> $ zmodload zsh/stat
> $ ls -fld ./**/*(d`stat +device .`OL)
>
> When I tested this on my local system, I experienced that the output went from
> the largest file to the smallest. But at the end there was a 7 gig file shown. I
> tested a bit further and discovered that there must be problems with the 2 gig
> limit. All files below were sorted in the right order and files larger than
> MAXINT were put at the end of the output.
All the modules are compiled with the appropriate LFS defines, so I
don't think it's a largefile problem.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author