From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10760 invoked by alias); 17 Dec 2013 10:35:16 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18235 Received: (qmail 20333 invoked from network); 17 Dec 2013 10:35:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: zzapper Subject: Files with {nearly|the} same datetime Date: Tue, 17 Dec 2013 10:34:39 +0000 (UTC) Organization: rayninfo Message-ID: X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 87-194-164-3.bethere.co.uk User-Agent: Xnews/2009.05.01 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?