:::cs To monitor the progress of `dd`, it's possible to use `pv`: ~~~bash dd if=/dev/urandom | pv | dd of=/dev/null ~~~ :::