An open API service indexing awesome lists of open source software.

https://github.com/kaiserdragon2/regex-file-copy

Little programm to copy/not copy files that match a regex
https://github.com/kaiserdragon2/regex-file-copy

copy file folder-structure regex

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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