backslash

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 change the color of my shell prompt under Linux ? A. You can change the color of your shell prompt to impress your friend or to make your own life quite easy while working at command prompt. In the Linux default shell is BASH. Your current prompt setting is stored in [...]

{ 44 comments }