You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ SPDX-License-Identifier: MIT OR Apache-2.0
6
6
7
7
# parallel-cp
8
8
9
+
This project has been developed to meet lowRISC's internal need and is *not* supported by lowRISC.
10
+
9
11
This is a very simple tool that performs parallel local file copy.
10
12
11
13
It's aimed at speeding up copying when one of the locally mounted file system is actually over network and therefore has high latency and `cp` or `rsync` is using tiny fraction of your network bandwidth or disk IO.
0 commit comments