Skip to content

Instantly share code, notes, and snippets.

@ginokent
Last active January 22, 2019 06:56
Show Gist options
  • Save ginokent/f486657b7867d97ad853315ee111decc to your computer and use it in GitHub Desktop.
Save ginokent/f486657b7867d97ad853315ee111decc to your computer and use it in GitHub Desktop.
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