From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id BAA03072 for ; Tue, 13 Aug 1996 01:48:00 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id LAA06953; Mon, 12 Aug 1996 11:29:30 -0400 (EDT) Resent-Date: Mon, 12 Aug 1996 11:29:30 -0400 (EDT) From: whukriede@ifm.uni-kiel.d400.de Date: Mon, 12 Aug 1996 17:29:24 +0200 Message-Id: <9608121529.AA08393@xerxes.ifm.uni-kiel.de> To: zsh-workers@math.gatech.edu Subject: Re: sh compatibility again :-> Resent-Message-ID: <"BGjpN2.0.ai1.Ptq3o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1950 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi! Zoltan wrote: > Andrej Borsenkow wrote: >> 4. Traditional /bin/sh interprets `set -' as set +xv. It could be well >> undocumented (it is not on our system) but still is so. Could anybody test >> it on more than one systems? zsh silently sets positional parameters to ... > OK. I've changed that. set - will be the same as set +xv and > set - args will be the same as set +xv -- args. This will not be > documented since it is just an obsolecent compatibility feature and > noone should use that. Excerpt from the BSD 4.3 sh(1) manual page: set [-eknptuvx [arg ...]] .... -v Print shell input lines as they are read. -x Print commands and their arguments as they are exe- cuted. - Turn off the -x and -v options. Greetings, Wolfgang.