Skip to content

Instantly share code, notes, and snippets.

@TylerJWhit
Last active August 29, 2015 14:20
Show Gist options
  • Save TylerJWhit/689fec22b30f130faab4 to your computer and use it in GitHub Desktop.
Save TylerJWhit/689fec22b30f130faab4 to your computer and use it in GitHub Desktop.
dd view progress
while true; do killall -SIGUSR1 dd; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment