phyver / GameShell

a game to learn (or teach) how to use standard commands in a Unix shell
GNU General Public License v3.0
2.12k stars 135 forks source link

/missions/stdin_stdout_stderr/04_stderr_dev-null_grimoires/ goal #127

Closed Pada0 closed 1 year ago

Pada0 commented 1 year ago

In my opinion the goal in this mission, both in EN or FR version, is not enough accurate. We don't understand that we have to print the list in stdout (or display) and redirect stderr to dev/null and not write it to a file like in the previous mission. Also we can maybe change COMMAND > FILE by COMMAND 1> FILE like COMMAND 2> FILE This mission is a big step in the progression.

Mte90 commented 1 year ago

Can you propose a better goal in text form?

Pada0 commented 1 year ago

Actually not. But the "2>" for stderr is hard to catch