Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 876 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 876 Bytes

Regex file copy

Little programm to copy/not copy files that match a regex

This Program is helpful if you have a set of files that follow a naming scheme and you want to extract files with a certain attribute in there name.

Example

If you have a folder looking like this and wanted to make a new folder with only the english files.

You could do it like this.

and it would leave you with this

Screenshots