on 03/23/2009 05:18 AM Dale wrote the following:
>
> I'm not real familiar with aliases but know what it is.  If you use the
> alias method, how would you disable it for a one time run? 
>
> Dale
>   
You can also use the unalias command, eg:
$ alias ls='ls -la'
$ unalias ls
(then it stays unaliased for the session until you alias it again,
source .bashrc, etc...).
HTH :-)

Reply via email to