Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Filename generation: sorting by inode number



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