Skip to content

Instantly share code, notes, and snippets.

@simonlynen
Last active December 16, 2015 19:09
Show Gist options
  • Save simonlynen/5482563 to your computer and use it in GitHub Desktop.
Save simonlynen/5482563 to your computer and use it in GitHub Desktop.
dd status
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