default arguments

Bash Shell Temporarily Disable an Alias

by Vivek Gite on March 13, 2009 · 16 comments

I‘ve couple of shell aliases defined in ~/.bashrc file. How do I temporarily remove (disable) a shell alias and call the core command directly without using unalias command?

{ 16 comments }

Q. How do I ignore shell aliases or function when running a command without removing alias / function from memory or current shell session?

{ 2 comments }