fcp

A significantly faster alternative to the classic Unix cp command

brewmacoslinux
Try with needOr install directly
Source

About

Significantly faster alternative to the classic Unix cp(1) command

Commands

fcp

Examples

Copy a single file to a destination$ fcp source.txt destination.txt
Copy multiple files to a directory$ fcp file1.txt file2.txt file3.txt /path/to/destination/
Recursively copy an entire directory$ fcp -r source_directory/ destination_directory/