mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
Update README.md
This commit is contained in:
parent
1bf0f7110a
commit
a7a0f48286
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ In Unix, it's common to pipe between commands to split up a sophisticated comman
|
|||
|
||||
* Commands that produce a stream (eg, `ls`)
|
||||
* Commands that filter a stream (eg, `where type == "Directory"`)
|
||||
* Commands that consumes the output of the pipeline (eg, `autoview`)
|
||||
* Commands that consume the output of the pipeline (eg, `autoview`)
|
||||
|
||||
Commands are separated by the pipe symbol (`|`) to denote a pipeline flowing left to right.
|
||||
|
||||
|
|
Loading…
Reference in a new issue