From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17655 invoked by alias); 2 Oct 2012 18:35:50 -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: 17308 Received: (qmail 10807 invoked from network); 2 Oct 2012 18:35:39 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.83.43 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=D6PVS4OGZNb4pBY8WqAjywcyMHjpjlJ9osG9zoVay14=; b=EtYUNGFZeuyPC2qOFrE8rgEgR235IBCGBsKw3N0SRzrP+ppQ5B2tjnEBTvnW1G2Z/P ZxXPgrBR5iYVTpME+yiOLk8gEVKjtEMKBH5xJd3Oy5rplzW1dyE4ziFyWnlzKSCf7C0t D9ON/MihYEV2gaqMjY6hH4I/Ukuy/5jDGdioT8kkILRSfY3Sz1EI7k3j/LBTY6j574MP UcRDN/qlwHq8tVtBfZF/n1j2lz/wvdGSlJYiwOJsohVD48DnXjgXuL+9y3hdc3FnGCR0 pD1mtY5CVIQsIZyQkVnwP8jFU+ecmNy5nFM0LkR532xiu8y9ooTd4Auxje3pkIPC35hc v0sQ== X-ProxyUser-IP: 82.8.55.192 Date: Tue, 2 Oct 2012 19:35:26 +0100 From: Peter Stephenson To: "zsh-users@zsh.org" Subject: Re: Bug / error in manpage. Message-ID: <20121002193526.264715c0@pws-pc.ntlworld.com> In-Reply-To: <121002070643.ZM28769@torch.brasslantern.com> References: <121002070643.ZM28769@torch.brasslantern.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn2CjV0J52yBgcb63x8YMTit9SDAjW7dUVtFHP7Y9xJF61GCRvOulyClOzO9ky1E7X6ZQkW On Tue, 02 Oct 2012 07:06:43 -0700 Bart Schaefer wrote: > What PWS's patch does, in effect, is arrange that [ ] will quote the > redirection operators so you no longer need to explicitly quote them in > that particular context. This is probably breaking some rule or other > of POSIX shell syntax but I can't immediately come up with any example > where it will matter. Here's one: [ Web page now at http://homepage.ntlworld.com/p.w.stephenson/