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 }
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 }