Skip to content

Commit 426468c

Browse files
authored
Update wording on appending standard output
Clarify the explanation regarding appending standard output.
1 parent 6f54d0a commit 426468c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/redirection-03-el9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ first
1515
second
1616
```
1717

18-
You can also explicitly write `1>>` to append to standard output. Both `>>` and `1>>` do exactly the same thing.
18+
You can also explicitly write `1>>` to append the command's standard output to a file. Both `>>` and `1>>` do exactly the same thing.
1919

2020
### Tests
2121

0 commit comments

Comments
 (0)