fpatz / globcopy

A simple tool to copy partial subtrees from A to B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

globcopy -- copy partial subtrees from a to b

This is a tiny tool to copy partial subtrees from a source to a target directory. Subtrees are expressed using the glob syntax supported by glob2, i.e. including '*', '?', character classes and the recursive glob pattern '**'.

Usage:

globcopy source destination pat1 [pat2 ...]

About

A simple tool to copy partial subtrees from A to B


Languages

Language:Python 87.0%Language:Makefile 10.7%Language:Batchfile 2.4%