How to temporarily disable a bash alias
If you’ve defined alias ls='ls -al –color=auto'
, but want to use ls without the extra information and colouring then use
\ls
or equivalently
command ls
If you’ve defined alias ls='ls -al –color=auto'
, but want to use ls without the extra information and colouring then use
\ls
or equivalently
command ls