(learning bash)
I was trying to check the bash version so I typed /bin/bash -v.
That outputted a whole lot of text to the screen (contents of .bashrc, and other files sourced from it).
Could I have screwed up something (like overwriting some config files/setting incorrect environment variables etc.) due to that command?
I also can't find documentation on what the -v switch is for.