From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6298 invoked from network); 26 Aug 1998 17:31:13 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 26 Aug 1998 17:31:13 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id NAA13423; Wed, 26 Aug 1998 13:25:53 -0400 (EDT) Resent-Date: Wed, 26 Aug 1998 13:25:47 -0400 (EDT) From: "Andrej Borsenkow" To: , Subject: RE: Command alias in non-command position Date: Wed, 26 Aug 1998 21:26:23 +0400 Message-ID: <000301bdd116$a5e11800$21c9ca95@ao13.mow.sni.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by math.gatech.edu id NAA13365 Resent-Message-ID: <"aHkA4.0.1H3.QK4vr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1762 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > -----Original Message----- > From: B.Stephens@isode.com [mailto:B.Stephens@isode.com] > Sent: Wednesday, August 26, 1998 9:13 PM > To: zsh-users@math.gatech.edu > Subject: Re: Command alias in non-command position > > > "Zefram" writes: > > > alias sudo='sudo ' > > > > permits alias expansion of the word following an alias-expanded sudo. > > Cool. Presumably this works with > > alias xargs='xargs ' > > too. Now, what about find ... -exec? > > And don't forget about 'sudo -u bor ...' as well ... But yes, as the first step it is cool :) /andrej