mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 22:29:06 +02:00
Update README.md
This commit is contained in:
parent
1bf0f7110a
commit
a7a0f48286
@ -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…
x
Reference in New Issue
Block a user