dd: status=progress should rewrite output once per second but rate is much faster · Issue #3073 · uutils/coreutils · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The status=progress causes the progress line to update repeatedly. GNU dd updates about once per second. uutils dd seems to update when each block is written. That makes the text change way too fast. Furthermore, you can see here that after five seconds, uutils dd reports that it has been running for 1.0 seconds, which is not correct.
The text was updated successfully, but these errors were encountered:
This is hard to describe, so I encourage you to try running this command on your own:
GNU dd
uutils dd:
The
status=progress
causes the progress line to update repeatedly. GNU dd updates about once per second. uutils dd seems to update when each block is written. That makes the text change way too fast. Furthermore, you can see here that after five seconds, uutils dd reports that it has been running for 1.0 seconds, which is not correct.The text was updated successfully, but these errors were encountered: