#
Monitor progress of dd
To monitor the progress of dd
, it's possible to use pv
:
dd if=/dev/urandom | pv | dd of=/dev/null
To monitor the progress of dd
, it's possible to use pv
:
dd if=/dev/urandom | pv | dd of=/dev/null