From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10873 invoked from network); 13 Aug 2003 22:16:50 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Aug 2003 22:16:50 -0000 Received: (qmail 11084 invoked by alias); 13 Aug 2003 22:16:34 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6465 Received: (qmail 11072 invoked from network); 13 Aug 2003 22:16:34 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 13 Aug 2003 22:16:34 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [213.46.243.28] by sunsite.dk (MessageWall 1.0.8) with SMTP; 13 Aug 2003 22:16:34 -0000 Received: from s.hn.org ([80.111.3.215]) by amsfep15-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030813221633.CUXY23618.amsfep15-int.chello.nl@s.hn.org> for ; Thu, 14 Aug 2003 00:16:33 +0200 Received: (qmail 1409 invoked by uid 1000); 13 Aug 2003 22:16:33 -0000 Date: Thu, 14 Aug 2003 00:16:33 +0200 From: Haakon Riiser To: zsh-users@sunsite.dk Subject: [[ ... ]], [ ... ], bash, zsh Message-ID: <20030813221633.GA1343@s.chello.no> Mail-Followup-To: zsh-users@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i In both bash and zsh, the "-n" operator in [ ... ] is optional, but in [[ ... ]] it's only optional in bash. Is there a reason for this? Thanks in advance for any response! -- Haakon