Files
tldr/pages.zh/common/vertical-bar.md

12 lines
273 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 垂直条
> 在程序之间传递数据。
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Pipelines>。
-`stdout` 管道到 `stdin`
`{{command}} | {{command}}`
-`stdout``stderr` 都管道到 `stdin`
`{{command}} |& {{command}}`