I want cp
command to display the progress of copy. I found three options
- Use tools like
gcp
,pv
. Answer from askubuntu. - Use
rsync
.alias cp='rsync --progress -ah'
- Use this shell script.
See also
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.