FAQ: Redirection - stdin, stdout, and stderr

This community-built FAQ covers the “stdin, stdout, and stderr” exercise from the lesson “Redirection”.

Paths and Courses
This exercise can be found in the following Codecademy content:

Web Development

Learn the Command Line

FAQs on the exercise stdin, stdout, and stderr

Join the Discussion. Help a fellow learner on their journey.

Ask or answer a question about this exercise by clicking reply (reply) below!

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources? Head here.

Looking for motivation to keep learning? Join our wider discussions.

Learn more about how to use this guide.

Found a bug? Report it!

Have a question about your account or billing? Reach out to our customer support team!

None of the above? Find out where to ask other questions here!

Hello! Could someone explain me below? I didn’t understand one moment. Here

sort deserts.txt | uniq > **uniq-deserts.txt**

the file uniq-deserts.txt is created during the command execution or this file was created before and command just re-writes it’s content with the sorted deserts?
thank you!

excuse my ignorance but it says i have to type the command after the shell prompt. how do i do the shell prompt???

The emulator is not working with Firefox 68.0.2.

I guess shell prompt is nothing but $ sign here so everything we write in CLI is only after shell prompt. When shell prompt is visible then it means it is ready to accept the lines of codes for execution.