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

Re: Files with {nearly|the} same datetime



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