From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25736 invoked by alias); 13 Jun 2014 13:13:30 -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: 18908 Received: (qmail 1569 invoked from network); 13 Jun 2014 13:13:26 -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 autolearn=ham version=3.3.2 Date: Fri, 13 Jun 2014 15:13:24 +0200 From: Eric Smith To: zsh-users@zsh.org Subject: Re: avoid errors on expansion failure Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Thank you ... > > How do I make the command ignore this and to run first time? > > don't know if this helps your case > > > /tmp > touch fred.jpg Nope, you are just updating the timestamp on the file, thereby over-riding the time specification. Eric