linux cp with progress indicator code example
Example: 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