Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
第一个问题是,管道 (|) 在 windows cmd 中意味着什么?
第二个问题是,Windows 管道的 linux 等价物是什么?
在 Windowscmd中, a|导致一个命令的输出成为第二个命令的输入:
cmd
|
command1 | command2
Linux shell 使用相同的语法,具有相同的含义。