-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Software and How To Questions
- search files and documents by keyword

Create an account on the HP Community to personalize your profile and ask a question
03-09-2019 02:14 AM
Hi
Dunno.
Then I thought of GREP....
https://www.tipsandtricks-hq.com/equivalent-of-unix-grep-command-in-doswindows-726
https://scripthacks.wordpress.com/2008/09/16/grep-equivalent-for-windows-string-parsing/
C:\>findstr /?
Searches for strings in files.
FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file]
[/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]]
strings [[drive:][path]filename[ ...]]
/B Matches pattern if at the beginning of a line.
/E Matches pattern if at the end of a line.
/L Uses search strings literally.
/R Uses search strings as regular expressions.
/S Searches for matching files in the current directory and all
subdirectories.
ETC ETC
But I could be wrong.