Bash Shell Help

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Wires82

Bash Shell Help

Post by Wires82 »

I am messing around trying to learn the shell, and I entered "sort -f" at the command prompt. Now its just stuck in this command. It allows me to type things , but command such as exit, quit, or anything else do not work. How do I exit this command and get back to the prompt?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dagon
Level 7
Level 7
Posts: 1655
Joined: Mon Dec 06, 2010 4:33 am
Location: Kungälv, Sweden
Contact:

Re: Bash Shell Help

Post by dagon »

Try:
<ctrl> + d
Wires82

Re: Bash Shell Help

Post by Wires82 »

Thank you so much. It amazing how something so simple can be so frustrating!
Anakinholland

Re: Bash Shell Help

Post by Anakinholland »

Hya Wires,

Have a look here.

There's 3 things I use most often:

Ctrl+C - Cancel the current command
Ctrl+D - Finish the current entry (works with data-entry commands like cat, sort and mail)
Ctrl+Z - Suspend the current command

Regards,

Anakin
Locked

Return to “Beginner Questions”