NAME
App::turbocopy - CLI utility to copying files in more effective way
SYNOPSIS
# copy file a to new file b
turbocopy a b
# copy files recursively from dir a to dir b
turbocopy -r a/ b/
DESCRIPTION
This script provides a command to copy files in more effective way using asynchronous IO.
Options
HINTS
If the target already exists, it will be overwritten without any warning!
If the source is a file and the target is a directory, the source will be copied into target.
If the programm dies with "Too many open files", increase the count of file descriptors (ulimit -n)