Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Command alias in non-command position




> -----Original Message-----
> From: B.Stephens@xxxxxxxxx [mailto:B.Stephens@xxxxxxxxx]
> Sent: Wednesday, August 26, 1998 9:13 PM
> To: zsh-users@xxxxxxxxxxxxxxx
> Subject: Re: Command alias in non-command position
> 
> 
> "Zefram" <zefram@xxxxxxxxx> 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



Messages sorted by: Reverse Date, Date, Thread, Author