From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1210 invoked from network); 22 Aug 1999 16:46:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Aug 1999 16:46:48 -0000 Received: (qmail 26445 invoked by alias); 22 Aug 1999 16:46:35 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2490 Received: (qmail 26438 invoked from network); 22 Aug 1999 16:46:35 -0000 To: zsh-users@sunsite.auc.dk Subject: Re: Files modified after a given date References: <19990822183113.A21680@vin.ens-lyon.fr> From: Bruce Stephens Date: 22 Aug 1999 17:44:45 +0100 In-Reply-To: Vincent Lefevre's message of "Sun, 22 Aug 1999 18:31:13 +0200" Message-ID: User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/21.1 (Big Bend) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Vincent Lefevre writes: > Is there a way to get the files modified after a given date (as a > glob qualifier), the date being given as the number of seconds since > the origin? Assuming I'm understanding the question correctly, no. You can (in 3.1.6, anyway), get files modified since some time relative to the current time: *.c(ms-30) expands to C files modified in the last 30 seconds, for example. This is described towards the end of zshexpn(1).