Skip to content
Snippets Groups Projects
Commit 35675caf authored by Gilquin's avatar Gilquin
Browse files

fix: correct stream redirection exercise

The previous solution was confusing. The argument 2 could be interpreted as a redirection argument instead of the argument to the command cal.
parent 65575351
No related branches found
No related tags found
1 merge request!2fix: correct some errors
......@@ -101,7 +101,7 @@ What happened ? Can you check the content of `my_notes` ? How would you modify t
Finally, you can redirect a stream toward another stream with the following syntax:
```sh
cal -N2 2&> my_redirection
cal -N 2 &> my_redirection
cal 2 &>> my_redirection
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment