Dale <[email protected]> writes:
> Albert Hopkins wrote:
>>
>> Uh.. you don't "disable" it.  You simply don't use the alias.
>>
> Oh, OK.  <Dale waves hand over head.>  If it is set up to add that
> option, how do you tell it not to use it?

You can type backslash before a alias to not use the alias.

alias ls='ls --color'

now ls lists with colors and \ls just runs the first ls found in your
$PATH

--
 Christer


Reply via email to