answersLogoWhite

0


Best Answer

Windows does not have such command.

Windows command line is extremely limited.

If you want more advanced functionality install cygwin-bash or Microsoft PowerShell

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the equivalent of grep command in windows?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is grep command?

'grep' searches a file for lines which match a given regular expression.


Using grep command search the word starting with 'h' and ending with 'o'?

grep '\<h.*o\>'


Which command is the UNIX equivalent of the windows command nslookup?

dig


What is the Linux equivalent of the Windows help command?

The man command.


Which command is the UNIX is equivalent of the windows command nslookup?

nslookup


Which command is the UNIX equivalent of windows command nslookup?

Believe it or not, nslookup.


Where can one find information about UNIX grep command?

The grep command is used to search for text, or lines containing certain words or strings of words. Stackoverflow, techonthenet, linux are a few sites that tell more about this command


Which command in UNIX can search a pattern in documents and list them in line format?

Use the 'grep' command


In Linux this connects the output of the first command with the input of the second command?

You would use a pipe. For example. ls | grep cool The output of ls(the list of files in your current directory) is given to grep. Grep then finds and prints file names that include the word cool in them.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


Unix command to identify defunct processes?

PS -eaf|grep defunct


What is the function of grep command?

To search a file for lines which match a given regular expression.