Add Grep Command In Windows With grepWin

Advertisements

grepWin is a FREE simple search and replace tool which lets you use regular expressions, to search those regular expression inside windows files.

What is Grep ?

Its a command line search utility originally written for Unix. grep command searches files or standard input globally for lines matching as per the specified regular expression, and prints them to the program’s standard output which you can call your search results.

For Example:

grep apple fruitlist.txt

This will print the results of the lines containing ‘pineapple’ or ‘apples’ are also printed.

To print all lines which contain ‘apple’ as a word (‘pineapple’ and ‘apples’ will not be matched)

grep -w apple fruitlist.txt

grepWin lets you search more extensively in windows with several criteria in hand like size, whether to include system files and hidden items or not.

grepWin

You can further find more specific options like search case sensitive and dot matches newline.

regular-expression-format

Above are some parameters which can attached with the regular expressions while searching for regular expression.

Download grepWin

You can follow us on Twitter or join our Facebook Fan Page for more updates like this and You can also ask a problems related to computers or technology on Ask Technix Update and get your solutions faster.

Other Related Interesting Articles

Author + Admin: Abhishek Bhatnagar
- Professional blogger by passion, Software Enggineer. I love to write about useful computer tips & tricks. Connect with me at twitter or on google+ profile or mail me at abhishek@technixmedia.com or know me more on www.abhishekbhatnagar.com

Leave a Reply