Windows的管道查看器(`pv`)是否有二进制文件?

我读到了Pipe Viewer(pv) Linux实用程序,听起来非常有用.我在Windows上使用了大量的Linux工具,但这个工具似乎不是我使用的msysgit套件的一部分.

我怎样才能得到它的Windows二进制文件

我今天偶然发现了这个问题,因为我正在为Windows寻找同样的工具.
我没有找到一个用于Windows,但我从Stackoverflow找到了 that的答案,解决方案就是使用Cygwin中的一个.

这是从那里引用的:

I finally made it work on Cygwin environment though that is not answer for the original post. “–disable-nls” does the trick.

./configure –disable-nls

make

make test

cp pv /usr/bin

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...