Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 473 Bytes

low_io_cp

this is jast a linux cp command.
It's io usage is half of harddisk. Prevent system busy when copying large file.

Install

git clone https://github.com/libinzhangyuan/low_io_cp.git
cd low_io_cp
$ make

Usage

Copy low_io_cp to any place. Then you can use it by:
$ /your/path/low_\io_cp /path/filea /path2/fileb

or your can copy it to /bin. then you can use just like a command:
$ low_io_cp filea fileb