App-turbocopy
view release on metacpan or search on metacpan
bin/turbocopy.pl view on Meta::CPAN
=head1 SYNOPSIS
# copy file a to new file b
turbocopy a b
# copy files recursively from dir a to dir b
turbocopy -r a/ b/
=head1 DESCRIPTION
This script provides a command to copy files in more effective way using asynchronous IO.
=head1 Options
=over 4
=item -r
copy files recursively
=back
( run in 0.239 second using v1.01-cache-2.11-cpan-0d8aa00de5b )