当前版本的msysgit是否支持进程替换? [英] Does the current version of msysgit support process substitution?

查看:103
本文介绍了当前版本的msysgit是否支持进程替换?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的msysgit版本下,我不能使用进程替换.

Under my version of msysgit, I can't use process substitution.

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

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

If I upgraded to the latest version of msysgit, would its version of msys / mingw be able to handle process substitution?

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

My current version of msysgit is 1.7.0.2.msysgit.0 and GNU bash is version 3.1.0(3)-release (i686-pc-msys).

推荐答案

否则,自1.7.6.msysgit.0开始,如果仍然具有Bash 3.1.0(1),则仍然为否".

Afraid this is still a no as of 1.7.6.msysgit.0 which has Bash 3.1.0(1).

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

这篇关于当前版本的msysgit是否支持进程替换?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆