mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 00:38:23 +01:00
README: output from -> output to (#3550)
This commit is contained in:
parent
13257004bc
commit
fcd94efbd6
@ -136,7 +136,7 @@ These values can be piped through a series of steps, in a series of commands cal
|
||||
|
||||
In Unix, it's common to pipe between commands to split up a sophisticated command over multiple steps.
|
||||
Nu takes this a step further and builds heavily on the idea of _pipelines_.
|
||||
Just as the Unix philosophy, Nu allows commands to output from stdout and read from stdin.
|
||||
Just as the Unix philosophy, Nu allows commands to output to stdout and read from stdin.
|
||||
Additionally, commands can output structured data (you can think of this as a third kind of stream).
|
||||
Commands that work in the pipeline fit into one of three categories:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user