What is the "findstr.exe" ? Variant 17313917

Our database contains 44 different files for filename findstr.exe but this page contains information about single file with specific attributes. If you want to see general information about the findstr.exe then visit General Information Page . You can also check most distributed file variants with name findstr.exe. This file belongs to product Microsoft® Windows® operációs rendszer and was developed by company Microsoft Corporation. This file has description Karakterlánc-keresési (QGREP) segédprogram. Agregate rating is 5(5) stars - based on 1 reviews.This is executable file. You can find it running in Task Manager as the process findstr.exe.

findstr.exe Process
Product:
Microsoft® Windows® operációs rendszer
Company:
Microsoft Corporation
Description:
Karakterlánc-keresési (QGREP) segédprogram
Version:
5.1.2600.2180
MD5:
af2a755f463820b8ddf35fe3cdd0196c
SHA1:
f1fc2b98d981297ccfbb90be49e4d7f1dff27d8a
SHA256:
791ebfc5dfd00cf43d59d82d09d6f6c8f751f8f418f4b6993393c3f6de65959e
Size:
28160
Directory:
C:\Windows\System32
Operating System:
Windows XP
Occurence:
Low oc0

Is the Process "findstr.exe" Safe or Threat ?

Loading Graph
100% of reviewed files are marked as Safe .
Our final rating for this file is Unknown. Final rating is based on file reviews, discovered date, users occurence and antivirus scan results.

User Reviews of the "findstr.exe"

  • SAFErating from user MikeOne (Variant: 17313917)

    This utility is a genuine MS Windows part - Find String (QGREP) Utility. Any user of unix-like operating system will be aware of the GREP utility, this executable is the representation of similar functionality for MS Windows. This command searches for patterns of text in files using regular expressions.
    Syntax :
    findstr [/b] [/e] [/l] [/r] [/s] [/i] [/x] [/v] [/n] [/m] [/o] [/p] [/offline] [/g:file] [/f:file] [/c:string] [/d:dirlist] [/a:ColorAttribute] [strings] [[Drive:][Path] FileName[...]]
    Findstr is capable of finding the exact text you are looking for in any ASCII file or files. However, sometimes you have only part of the information that you want to match, or you want to find a wider range of information. In such cases, findstr has the powerful capability to search for patterns of text using regular expressions.
    More information about this functionality can be found on http://technet.microsoft.com/en-us/library/bb490907.aspx