Results 1 to 2 of 2

Thread: Add Grep Command In Windows With grepWin

  1. #1
    Join Date
    Feb 2008
    Location
    Islamabad, UK
    Posts
    88,949
    Mentioned
    1077 Post(s)
    Tagged
    10778 Thread(s)
    Rep Power
    21474941

    Thumbs up Add Grep Command In Windows With grepWin

    i - Add Grep Command In Windows With grepWin

    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.txtThis 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.txtgrepWin 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 thumb - Add Grep Command In Windows With grepWin

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

    regularexpressionformat thumb - Add Grep Command In Windows With grepWin

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

    Download grepWin



  2. #2
    Join Date
    Feb 2008
    Location
    Karachi, Pakistan, Pakistan
    Posts
    126,450
    Mentioned
    898 Post(s)
    Tagged
    10965 Thread(s)
    Rep Power
    21474979

    Default Re: Add Grep Command In Windows With grepWin

    nice shairng

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •