Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Filename generation: sorting by inode number
- X-seq: zsh-workers 34962
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Filename generation: sorting by inode number
- Date: Sat, 25 Apr 2015 11:14:51 -0700
- In-reply-to: <CAHYJk3TqVJHja61ADBqfH228Q5ZchSCcO1_Bi=Y8g5uW8Q=Kdg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150425001719.GA12262@xvii.vinc17.org> <CAHYJk3TqVJHja61ADBqfH228Q5ZchSCcO1_Bi=Y8g5uW8Q=Kdg@mail.gmail.com>
On Apr 25, 7:11am, Mikael Magnusson wrote:
}
} Everything is possible with the "o" glob qualifier by virtue of the
} "e" specifier;
} zmodload -aF zsh/stat -b:stat b:zstat
} ls -Udi *(noe:'zstat -L -A REPLY +inode $REPLY:')
That's why I asked about whether the hash-ordering affected efficiency
of stat(). Although the inode number is available this way, we could
also get it from the dirent structure.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author