From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11313 invoked by alias); 19 Aug 2015 13:10:11 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36242 Received: (qmail 18486 invoked from network); 19 Aug 2015 13:10:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=mKMnAbu08D5o9YXKL3U96rj2NFZlyzOPFsGvLYHN8hY=; b=nVpJnB7CBKKToJWyrVKUAmbV4AMH//5SWXIXbfVu2dVhbshTdIAMXc4T5XzOjy5Hul M+XLW5AQ0FVcWB3c3wDJaAkM83SNEawTs92EQK0AGQp0VliO7i+yCBEc3ok50MG4dMZw CHDV+pqxj+nlx0z+W5qFxa+KxOk/MtR1KRAQK2etSK/vqYOxImP5qbgKtAwePRXv+ZCC cesw3c/3Ol/llqJOunyhW87qnDkS4KgLPKm8uLnVo7wK+1S9nTZD92NEEW5vHT9cB2+Y menur/NPXLY/N/4LxAn57+QZMRipUiy/y47/egw1HxQfP7zaQpoXJlGr8vP4H7iPCiq7 M35w== X-Received: by 10.180.219.101 with SMTP id pn5mr51625247wic.89.1439989807869; Wed, 19 Aug 2015 06:10:07 -0700 (PDT) Date: Wed, 19 Aug 2015 14:10:06 +0100 From: Stephane Chazelas To: Peter Stephenson Cc: Zsh hackers list Subject: Re: mkdir builtin and $'\0' Message-ID: <20150819131006.GA19074@chaz.gmail.com> Mail-Followup-To: Peter Stephenson , Zsh hackers list References: <20150818091904.GA5389@chaz.gmail.com> <20150818104911.034b6705@pwslap01u.europe.root.pri> <20150818111134.GA5629@chaz.gmail.com> <20150818122755.39fe78c8@pwslap01u.europe.root.pri> <20150818125519.GB5629@chaz.gmail.com> <20150818142458.3252389e@pwslap01u.europe.root.pri> <20150818152145.6ae8dc32@pwslap01u.europe.root.pri> <20150819105250.00b56bb3@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150819105250.00b56bb3@pwslap01u.europe.root.pri> User-Agent: Mutt/1.5.21 (2010-09-15) 2015-08-19 10:52:50 +0100, Peter Stephenson: [...] > [Is there any future (not right now, obviously) in a shell variable that > overrides the date/time that's output, for debugging? I can think of > cases where this would be really useful for debugging output from > scripts that include timestamps and you want to diff different > versions. You could freeze the time to the same value, then run > both versions, and get a controlled difference.] [...] Note that there's a "faketime" tool (using LD_PRELOAD) that can be used to fake a particular time (and/or speed of time) which is quite handy for testing date/calendar/timezone related things. -- Stephane