Hacker News new | ask | show | jobs
by Retr0spectrum 3723 days ago
You can also run dd with `status=progress`, at least on recent versions.
2 comments

And you can also kill -USR1 $(pidof dd) to get the current progress and transfer rate.
With OS X dd, you can also send it Ctrl-t and get a progress report to stdout.