osx - in Terminal, what is the difference between normal mode and switching to bash? -


when in terminal, greeted prompt saying:

computer_name:~ directory user$ (command input)

then if use command "bash", prompt changes to:

bash-3.2$ (command input)

now understand when use command "python", taken python interpreter, seems pretty same commands usual work when switch bash. explain (if anything) happening here?

when type bash taken new bash instance. if press ctrl + d exit. osx uses bash default shell.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -