Skip to content

Search files recursively based on a regular expression

License

Notifications You must be signed in to change notification settings

mitras2/fileseek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileseek_plus

Search files in an folder recursively or non-recursive

usage

npm install --save fileseek_plus

Then:

const fileseek = require("fileseek_plus");
fileseek("/path/to/dir", /expression/ [, recursive=false]);

About

Search files recursively based on a regular expression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages