Answers for "cp progress in linux"

3

cp progress in linux

# There isn't. See here as to why. Although it does more than you need,
# rsync has a --progress parameter. The -a will keep permissions,etc, 
# and -h will be human readable.

rsync -ah --progress source destination
Posted by: Guest on November-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language