Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: globbing with interposition
- X-seq: zsh-users 8705
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: globbing with interposition
- Date: Tue, 19 Apr 2005 16:22:34 +0000
- In-reply-to: <200504191559.j3JFx4oJ002120@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050419072115.GA15936@xxxxxxxxxxxx> <fb6be96e05041901223a87e20e@xxxxxxxxxxxxxx> <1050419152554.ZM31922@xxxxxxxxxxxxxxxxxxxxxxx> <200504191559.j3JFx4oJ002120@xxxxxxxxxxxxxx>
On Apr 19, 4:59pm, Peter Stephenson wrote:
} Subject: Re: globbing with interposition
}
} The effect of "not sorting at all" is likely to be that the files are
} read in inode order, except it's not documented how they are likely to
} be inserted into the final list. It does seem that they're reversed on
} Linux:
You're missing the point, which is that in reply=(1 2 $REPLY 3 4) there
are no files named 1 2 3 4, yet zsh reverses the array anyway. It can't
be doing so based on inode order becase there are no inodes.
Also od and Od don't matter -- the array is reversed in either case -- so
it's not an effect of the 'o' flag.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author