Q:

windows cat grep equivalent

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.
3
Use cat with find in Windows PowerShell
cat [Filename] | find "search"
0

New to Communities?

Join the community