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/pipelines.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
@@ -45,7 +45,7 @@ line1; line2 | line3
45
45
46
46
Here, semicolons are used in conjunction with pipelines. When a semicolon is used, no output data is produced to be piped. As such, the `$in` variable will not work when used immediately after the semicolon.
47
47
48
-
- As there is a semicolon after `line1`, the command will run to completion and its output discarded.
48
+
- As there is a semicolon after `line1`, the command runs to completion and its output is discarded.
49
49
-`line2` | `line3` is a normal pipeline. It runs, and as the final value, its contents are returned and displayed.
50
50
51
51
See: [Thinking in Nu -> Single Return Value per Expression](thinking_in_nu.html#single-return-value-per-expression)
0 commit comments