Killall DD on OSX
Most of us will be familiar with the common watch -n5 “killall -USR1 dd” trick when doing a huge byte transfer using DD on Linux to check it’s progress. OSX is different (well, 10.10 is, ymmv with other releases), because why the hell not, and instead of the -USR1 signal, opts for the -SIGINFO signal. …