Last active
December 16, 2015 19:09
-
-
Save simonlynen/5482563 to your computer and use it in GitHub Desktop.
dd status
This file contains 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
sudo dd ... & | |
ps auxww |grep " dd " |grep -v grep |awk '{print $2}' |while read pid; do sudo kill -USR1 $pid; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment