unravel.utilities.aggregate_files_recursively module#

Use utils_agg_files_rec from UNRAVEL to recusively copy files matching a glob pattern.

Usage:#

utils_agg_files_rec -p ‘<asterisk>.txt’ [-s /path/to/source] [-d /path/to/destination] [–move] [-v]

unravel.utilities.aggregate_files_recursively.parse_args()[source]#
unravel.utilities.aggregate_files_recursively.find_and_copy_files(pattern, src_dir, dest_dir, move=False)[source]#
unravel.utilities.aggregate_files_recursively.main()[source]#