From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4751 invoked by alias); 25 Jun 2015 16:00:41 -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: 35606 Received: (qmail 8503 invoked from network); 25 Jun 2015 16:00:39 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=eOCZBf88EOOO8eBmRPBm7TkR2nzh0LtSwe5ErBYYPXM=; b=kpCF22f3W2H96aE661GXT/3Bl+ELlIe4erCATc1Qbmbcb5eeBp8FXJhunF3n/QlAwr WuZ+Ga2RMGeaM32ySi8Un+gZejHMQBMZ9JNeUMdJlWYO1OPvTHJ/y77jStwO9s0um7I3 yghOPHAgkaU//gTlmKPrg32eb5tcshYmm88UHDY1LQhj71LTUgR7OYuX4C7DxdStczfi Y9bHlGF+h6P5mpcdnaxxKPli/pJ5zNq9jENSaa27+5z4kApPJs0OTjASaIZDhfFjNaIj +5Ff2LzC8CojpW504Y4H3+AfcohpX5a9c6pJjvHZ1bxcCOKD6qzMbpFiOGGNg59q1gbJ 5bgw== X-Gm-Message-State: ALoCoQlPeWTgYqSBF+3n4ANv5ZI6GhpkLefrXBMAW0xsTIFOSrEJZhb21B/z8Gor1P+HRvH8gM7F X-Received: by 10.60.73.71 with SMTP id j7mr13229760oev.13.1435248036552; Thu, 25 Jun 2015 09:00:36 -0700 (PDT) From: Bart Schaefer Message-Id: <150625090033.ZM20187@torch.brasslantern.com> Date: Thu, 25 Jun 2015 09:00:33 -0700 In-Reply-To: <20150625140432.GD19558@chaz.gmail.com> Comments: In reply to Stephane Chazelas "Re: '>>' does not create file if set -C (noclobber) is active" (Jun 25, 3:04pm) References: <558B5342.2090706@inlv.org> <150624184916.ZM19079@torch.brasslantern.com> <558B65EB.3060204@inlv.org> <150625003047.ZM19218@torch.brasslantern.com> <20150625140432.GD19558@chaz.gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: '>>' does not create file if set -C (noclobber) is active MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 25, 3:04pm, Stephane Chazelas wrote: } Subject: Re: '>>' does not create file if set -C (noclobber) is active } } Though that's initially a csh feature (from the start: 1979), Well, yeah, but the odds that POSIX adopted it from csh are pretty low. Zsh adopted it from csh. Thanks for the other summary, though.