From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.6/8.7.3) with ESMTP id UAA14898 for ; Wed, 27 Nov 1996 20:31:58 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id EAA01491; Wed, 27 Nov 1996 04:20:27 -0500 (EST) Resent-Date: Wed, 27 Nov 1996 04:20:27 -0500 (EST) From: Anthony Heading Message-Id: <199611270920.JAA24482@et-sun4.uk.jpmorgan.com> Subject: Is ${} supported? To: zsh-workers@math.gatech.edu Date: Wed, 27 Nov 1996 09:20:41 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"wXMTE2.0.DN.QV0do"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2490 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu The "null" parameter seems useful to allow the following sort of thing: % echo ${(j/+/):-{one,two,three}} one+two+three But does it only work by accident, or can it be relied on? Should it be documented? Anthony