Skip to content

Application for searching many strings in many files

License

Notifications You must be signed in to change notification settings

vasmanas/Searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Searcher

Application for searching many strings in many files

How to use

-r - result file path and name. Deafult - results.txt -f - folder to search keys in -s - search key file, each line is a separate key -t - thread count to run in parallel. Default - 4 -v - verbose

Examples: Searcher.Console.exe -r ".\debug_results.txt" -f "C:\logs\20170914" -s ".\searchables.txt" -t 16 -v Searcher.Console.exe -f "C:\logs\20170914" -s ".\searchables.txt"

About

Application for searching many strings in many files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages