ipc - 当前版本的 msysgit 支持进程替换吗?

标签 ipc mingw msysgit msys

在我的 msysgit 版本下,我无法使用进程替换。

cat <(echo 'foo')
sh.exe": cannot make pipe for process substitution: Function not implemented

如果我升级到最新版本的 msysgit,它的 msys/mingw 版本是否能够处理进程替换?

我当前的 msysgit 版本是 1.7.0.2.msysgit.0,GNU bash 版本是 3.1.0(3)-release (i686-pc-msys)。

最佳答案

恐怕这在具有 Bash 3.1.0(1) 的 1.7.6.msysgit.0 中仍然是一个否。

bash-3.1$ bash --version
bash --version
GNU bash, version 3.1.0(1)-release (i686-pc-msys)
Copyright (C) 2005 Free Software Foundation, Inc.
bash-3.1$ cat <(echo 'foo')
cat <(echo 'foo')
bash: cannot make pipe for process substitution: Function not implemented

关于ipc - 当前版本的 msysgit 支持进程替换吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3983484/

相关文章:

inno-setup - Inno Setup 从 .NET Framework 4.5(或更高版本)安装程序获取进度以更新进度条位置

database - 使用数据库进行 IPC 共享数据而不是消息传递的优缺点是什么?

c - 使用 fork() 和 pipe() 写入从 1 到 100 的数字

gcc+mingw 下的 C++ 段错误,但不是 gcc+linux

windows - 为什么 Windows 上的 git diff 会警告 "terminal is not fully functional"?

git - 使用 Git GUI 或 ssh-keygen 的 SSH 私钥权限太开放

android - 当您可以使用静态变量执行相同的任务时,为什么要使用 parcelable?

c++ - Makefile 错误 - 找不到文件 - *.cpp

在 Linux 上使用 mingw for Win 交叉编译 pthread

git - 将 git 与重写 SSL 证书的代理一起使用