You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/stdout_stderr_exit_codes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Without the pipeline, Nushell will not do any redirection, allowing it to print
20
20
21
21
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.
22
22
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:
0 commit comments