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

Files with {nearly|the} same datetime



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