add new chinese translations
This commit is contained in:
12
pages.zh/common/vertical-bar.md
Normal file
12
pages.zh/common/vertical-bar.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 垂直条
|
||||
|
||||
> 在程序之间传递数据。
|
||||
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Pipelines>。
|
||||
|
||||
- 将 `stdout` 管道到 `stdin`:
|
||||
|
||||
`{{command}} | {{command}}`
|
||||
|
||||
- 将 `stdout` 和 `stderr` 都管道到 `stdin`:
|
||||
|
||||
`{{command}} |& {{command}}`
|
Reference in New Issue
Block a user