Skip to content

Commit c36f331

Browse files
authored
Update redirection-01-jv1.md
1 parent a8e6d12 commit c36f331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/redirection-01-jv1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ However, since redirecting standard output is so common, the shell allows you to
2828
$ echo hello > file.txt
2929
```
3030

31-
Both commands do exactly the same thing. The `>` is shorthand for `1>`.
31+
Both commands do exactly the same thing.
3232

3333
### Error Output Is Not Redirected
3434

0 commit comments

Comments
 (0)