How did I get > in my shell.
I was practicing commands and going through lessons. I was going to input another command and it wouldn't compute. My login didn't show. Typically you see the following.
[email][email protected][/email]d I see a right arrow.
Example.
> ls, hit enter here
> pws, Hit enter
> exit hit enter
>
>
It won't accept commands. At this point I close out my terminal and restart. What is this and how do I get back into inputting commands without restarting terminal.
[email][email protected][/email]d I see a right arrow.
Example.
> ls, hit enter here
> pws, Hit enter
> exit hit enter
>
>
It won't accept commands. At this point I close out my terminal and restart. What is this and how do I get back into inputting commands without restarting terminal.
Comments
CTRL + C (terminate) and CTRL + Z (suspend/stop) are both shortcuts to try, unless your terminal is hung for some other reason.