From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26149 invoked from network); 2 Mar 1998 13:38:02 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 2 Mar 1998 13:38:02 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id IAA03592; Mon, 2 Mar 1998 08:19:44 -0500 (EST) Resent-Date: Mon, 2 Mar 1998 08:19:28 -0500 (EST) To: zsh-users@math.gatech.edu Sender: monnier@TEQUILA.SYSTEMSZ.CS.YALE.EDU From: Stefan Monnier Newsgroups: lists.zsh.users Subject: simple question about & Date: 02 Mar 1998 08:21:41 -0500 Message-ID: <5ln2f9i5y2.fsf@tequila.systemsz.cs.yale.edu> X-Newsreader: Gnus v5.5/Emacs 20.2 Path: tequila.systemsz.cs.yale.edu NNTP-Posting-Host: tequila.systemsz.cs.yale.edu Resent-Message-ID: <"bz-vJ1.0.ft.V7h-q"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1361 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I couldn't find anywhere in zsh-3.0.5 documentation whether '&!' is supposed to be the same or is supposed to be different from '&|'. They always appear together, but it's never specified that one can be replaced by the other. Is there a difference ? If no, why are both forms accepted ? Stefan