How to Use Grep (linux) and findstr (windows)
The grep command is very useful for search for strings and words in a file from the command line interface. In windows we can use findstr to search for strings and words in the command prompt. GREP Usage: grep [OPTION]… PATTERN [FILE] -o searches for only the string -v searches for all words except the string …