Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Files with {nearly|the} same datetime
- X-seq: zsh-users 18235
- From: zzapper <david@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Files with {nearly|the} same datetime
- Date: Tue, 17 Dec 2013 10:34:39 +0000 (UTC)
- 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
- Organization: rayninfo
Hi
I reply a lot on using
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
if the two files have the apparently same timestamp e.g. 10:05:08
.....
Having thought about it Answers OWN question
....
The solution is I guess not to use the bashite -t
but rather
ls -1rl *(.om[1,5])
Any reflections?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author