Does anyone know of a good alternative to Pipe Viewer for Windows Platform?

后端 未结 3 798
礼貌的吻别
礼貌的吻别 2021-02-06 07:07

If you do not know what Pipe Viewer is (I did not know about it until 5 minutes ago), then this blog does a good job giving a brief introduction to it with some examples. I writ

相关标签:
3条回答
  • 2021-02-06 07:48

    I doubt such a tool exists for win32, but it should run on cygwin. But then again You probably don't use it :)

    0 讨论(0)
  • 2021-02-06 08:00

    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
    

    == by Kenji (k2) ==

    0 讨论(0)
  • 2021-02-06 08:04

    Cygwin has pv (Pipe Viewer) as an available package since I don't know when... but it is not installed by default.

    1. Download the Cygwin setup executablefrom the install page.
    2. While installing cygwin, you need to expressly search and mark for installation pv found in the Utils section.

    If you have already installed cygwin, you can always add it later on by re-running the setup executable.

    0 讨论(0)
提交回复
热议问题