DEV Community

RobbiNespu
RobbiNespu

Posted on • Originally published at robbinespu.gitlab.io on

1

Use this - GrepWin [Windows]

If you are linux enthusiast users then you know how to “grep” and how useful this tools.

Sadly, there is no built - in tool on Windows that can beat “grep”. So I looking for third party software and found this tool called as “ GrepWin ”.

It licensed under “GPL-3.0 License”. Oh, please take note it only can be use if you are using Windows 7 SP1 and above, It won’t work on Windows XP or Vista!

My favourite assistant

As you see, this tool support regular expression (regex) when searching or replacing operations. From screenshot, you can see ^(docs|bin|.metadata|.git|_site|.jekyll-cache|.git_none|build|.cvs|CVS|antsim|.recommenders|.class|(^/bin/.*$))$ are use to filter and exclude directory. After that -*.html|*.class|-*.jar|-*.bin|-*exe|.project|*.xml | cuby.log* are use to filter what file I don’t want it to check.

Plus option like file size, include hidden folder, include system folder, include binary file etc. The best part is it allow you to create backup when replacing text / strings is there if you need.

It also fast and not hang up when executed. I already tried searching with 18,000 files and it work very well. Bravo! Bravo! Bravo!

Since it opensource, you can visit https://github.com/stefankueng/grepWin repository to fork and contribute. For binary file, you can download from github release page directly.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay