Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

parallel cp

parallel cp is a small script for copying a single file by multiple slices in parallel.

Why might you need this, you ask? You probably don't. If you're copying a file that's already on your machine, this will be slower than a regular cp. parallel cp becomes useful when you have a network mounted filesystem with a large file you want to copy, but you are slowed by either a shared connection or high latency.

While it was a fun exercise to build, parallel cp doesn't do anything that you couldn't already do using GNU's parallel and dd. This script will, however, provide you with a nice progress bar.

About

Copy a single file on a mounted filesystem in parallel

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages