UNIX Tips: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Bourne Again SHell (bash) == | == Bourne Again SHell (bash) == | ||
=== bash.rc / bash.profile === | === bash.rc / bash.profile === | ||
[big]Bash.rc[/big] | |||
Bashrc is when you start bash as a non-login shell. Bash_profile is for whenever you start bash as a login shell. | |||
=== bash.history === | === bash.history === | ||
Revision as of 19:31, 23 March 2010
Bourne Again SHell (bash)
bash.rc / bash.profile
[big]Bash.rc[/big] Bashrc is when you start bash as a non-login shell. Bash_profile is for whenever you start bash as a login shell.