Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
The program exited before those last three commands... so you're stuck here now.
-
eo287538775yI remember when I had to kill the terminal to close the server cause I didn't know other way haha. I had to take screenshots of the errors too haha -
That would never work. Command line programs don't take input unless they want to. Use Ctrl+c to send an interrupt signal, or in English to tell the program that you want it to stop. If you would rather indicate that you don't want to talk to a program anymore, use Ctrl+d, which sends an end-of-file character.
-
@5enchriu There are numerous ways to end a rogue program. Writing into its standard input when the program didn't clearly indicate that it's listening isn't one of them.
Related Rants

This had to be posted!
first approach to new software
joke/meme
first approach
developing
junior