Y
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
bratch
3723 days ago
And you can also kill -USR1 $(pidof dd) to get the current progress and transfer rate.
link
oasisbob
3723 days ago
With OS X dd, you can also send it Ctrl-t and get a progress report to stdout.
link