Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Files with {nearly|the} same datetime
- X-seq: zsh-users 18242
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Files with {nearly|the} same datetime
- Date: Tue, 17 Dec 2013 10:13:18 -0800
- In-reply-to: <XnsA2996BA184507davidrayninfocouk@80.91.229.13>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <XnsA2996BA184507davidrayninfocouk@80.91.229.13>
On Dec 17, 10:34am, zzapper wrote:
} Subject: Files with {nearly|the} same datetime
}
} alias -g NF='*~vssver.scc(.om[1])'
}
} This is sometimes not the same file however to the newest file indicated
} by
}
} l\s -lt | head
}
} Any reflections?
I believe "ls" prefers to keep files in the order they are read from
the directory object, all other things equal. Zsh is not deliberate
about that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author