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
Note that file redirections are scoped to an expression and apply to all external commands in the expression. In the example below, `out.txt` will contain `hello\nworld`:
> let text = "hello\nworld";
($text | head -n 1; $text | tail -n 1) o> out.txt
hello
> cat out.txt
world
> nu --version
0.112.1
nushell.github.io/book/stdout_stderr_exit_codes.md
Line 102 in 7f5faa6