mirror of
https://github.com/jarun/advcpmv.git
synced 2026-02-01 13:17:41 +01:00
Add image, update text on reflink.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
## Advanced Copy ##
|
||||
|
||||
Advanced Copy is a mod for the GNU cp and GNU mv tools which adds a progress bar and provides some info on what's going on. It was written by Florian Zwicke and released under the GPL.
|
||||
@@ -24,14 +26,14 @@ make
|
||||
|
||||
### Change your behaviour
|
||||
|
||||
You can install the binaries and use `cpg -g` and `mvg -g` instead of cp and mv
|
||||
You can install the binaries and use `cpg -g` and `mvg -g` instead of cp and mv:
|
||||
|
||||
```
|
||||
sudo mv ./src/cp /usr/local/bin/cpg
|
||||
sudo mv ./src/mv /usr/local/bin/mvg
|
||||
```
|
||||
|
||||
Note that progress bar does not work with reflink - reflink disabled if using progress bar, unchanged otherwise
|
||||
Progress bar does not work with reflink (introduced v9.0 onwards). So reflink is disabled if using progress bar, left unchanged otherwise.
|
||||
|
||||
### Alias
|
||||
|
||||
|
||||
Reference in New Issue
Block a user