"Carey F. Cox" wrote:
> 
> On Mon, 19 Jun 2000, SoloCDM wrote:
> 
> > Is it possible to make an alias substitute an item into its command as
> > in the following:
> >
> >       $ alias cdl='cd ~/$@'
> >       $ cdl nsmail/Administrator.sbd
> 
> For bash scripts you will need to use a function as follows...
> 
>         $ function cdl { cd ~/$@ }

Thanks, but I'm referring to the command-line -- not a script.

Note: Detailed Document(s) and Sample(s) are more than welcome.
      When you reply to this message, please include
      the mailing list and my address.

*********************************************************************
Signed,
SoloCDM


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to