Last active
January 22, 2019 06:56
-
-
Save ginokent/f486657b7867d97ad853315ee111decc to your computer and use it in GitHub Desktop.
ddの進捗を見る ref: https://tanaka.sakura.ad.jp/archives/001069.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kill $(uname -s|grep Linux && echo -USR1 || echo -INFO) $(pgrep ^dd$) | |
sudo sh -c 'while pgrep -q ^dd$; do date; kill $(uname -s|grep Linux && echo -USR1 || echo -INFO) $(pgrep ^dd$); sleep 60; done' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment