npm install --save cp-filesearch
npm install -g cp-filesearch
Global installation will give you filesearch command in cmd
This utility package find filename or keyword of filename across all the attached drives of the system. This utility will find filename all files containing keywords regardless uppercase, lowercase or capitalized word.. File list will be presented with file stats.
filesearch search --fileName="full file name or keywords"
Example:
filesearch search -f="full file name or keywords"
Optionally you can provide write flag (-w="true" or --writeFile="true"). By default this flag is false.This flag will create search.txt file in C:\filesearch directory.
Example:
filesearch search --fileName="full file name or keywords" --writeFile="true"
Example:
filesearch search -f="full file name or keywords" -w="true"
filesearch search --help