Skip to content

Commit 961385a

Browse files
authored
Fix typo in stderr redirection instructions
1 parent 7d77d42 commit 961385a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/stdout_stderr_exit_codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Without the pipeline, Nushell will not do any redirection, allowing it to print
2020

2121
Another common stream that external applications often use to print error messages is stderr. By default, Nushell does not do any redirection of stderr, which means that by default it will print to the screen.
2222

23-
But you can do pass stderr to a command or a file if you want to:
23+
But you can pass stderr to a command or a file if you want to:
2424

2525
- use `e>|` to pass stderr to next command.
2626
- use `e> file` to redirect stderr to a file.

0 commit comments

Comments
 (0)