Option 1:
dd if=/path/to/input of=/path/to/output status=progress
Option 2:
dd if=/path/to/input | pv | dd of=/path/to/output
Comment feed for this post