Comment on The best ping story I've ever heardparentComments−masklinn11y-d is a GNU extension, won't work on OSX (short of having installed and running GNU xargs), and it's not needed either in this case.And `sed -e <command>` is redundant, `-e` is used to specify multiple commands.
Comments
-d is a GNU extension, won't work on OSX (short of having installed and running GNU xargs), and it's not needed either in this case.
And `sed -e <command>` is redundant, `-e` is used to specify multiple commands.