How can I install and use ack library on Windows?

前端 未结 9 1421
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 23:37

I have never used Perl, but I am really impressed by the ack, which I would like to use for source code searching, etc.

Can anyone guide me of how to make use of this ex

9条回答
  •  礼貌的吻别
    2021-01-29 23:56

    Depending on how you feel about installing pre-built binaries from open source projects, you might also consider The Silver Searcher (ag). It's ack-compatible and faster than ack. It's also available on Linux from the repositories in recent distros.

    http://blog.kowalczyk.info/software/the-silver-searcher-for-windows.html

提交回复
热议问题