bash - bash 管道标识是什么?

标签 bash posix

在 Posix 中,bash 是什么?管道身份?即复制 stdin 的程序至stdout

最佳答案

Posix bash 管道标识是 cat -

关于bash - bash 管道标识是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71509121/

相关文章:

将 size_t 转换为字符串

c - 为什么将 ucontext 添加到 POSIX,然后又从 POSIX 中删除?

linux - 使用 grep 脚本循环

windows - Windows 上的管道文件在哪里?

linux - 使用 bash 编辑文本文件并显示输出

c - POSIX:从 UDP 套接字上的 write() 返回值

c - 使用内存映射或解锁流操作?

Python 2.6 : os. rename() 或 os.renames() 报告 OSError 但文件名为 None

linux - 使用 BASH 注释间隔

regex - 如何使用 Regex 和 diff 实用程序 ("-I regex"选项忽略特定的文件行)?