Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

grep in windows

Use findstr in Windows with following command line structure:
findstr [/I] [/S] "substring" "regex_file_name"
/I   Case-insensitive search.
/S   Search files in subfolders recursively.
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #grep #windows
ADD COMMENT
Topic
Name
8+6 =