We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f54d0a commit 426468cCopy full SHA for 426468c
stage_descriptions/redirection-03-el9.md
@@ -15,7 +15,7 @@ first
15
second
16
```
17
18
-You can also explicitly write `1>>` to append to standard output. Both `>>` and `1>>` do exactly the same thing.
+You can also explicitly write `1>>` to append the command's standard output to a file. Both `>>` and `1>>` do exactly the same thing.
19
20
### Tests
21
0 commit comments