以下の内容はhttps://iww.hateblo.jp/entry/20080611/ddより取得しました。


ddの進捗状況確認方法

SIGUSR1を投げつけると、標準エラー出力に進捗が出る

Sending a USR1 signal to a running `dd' process makes it
print I/O statistics to standard error and then resume copying.

  $ dd if=/dev/zero of=/dev/null& pid=$!
  $ kill -USR1 $pid; sleep 1; kill $pid
  18335302+0 records in
  18335302+0 records out
  9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s



以上の内容はhttps://iww.hateblo.jp/entry/20080611/ddより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14