I used the Terminal application in Mac OS X to remove some hidden files (i believe this uses the bash shell by default). I inadvertently misspelt my command and, upon hitting the Enter key, my prompt cursor changed from:
username$
to simply:
>
I could only exit to the previos cursor with CTRL + D. Had I entered a sub-session for a different shell? Why did this happen?
