Skip to content

calmevening/regex-folder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

regex-folder

This script takes a regex string and a directory. It matches the regex string to the contents of all of the files inside. This script is probably not recursive, too lazy to code that in.

Usage

Adding python is important because the script won't work without it. the path on Windows can either use a single slash (C:) or a double slash (C:\)
python regex-folder.py C:\path\to\file\ regex-string-here

About

Matches a regex to all files in a directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages