On 27 March 2010 12:56, Alexander Dalloz <ad+lists@uni-x.orgad%2Blists@uni-x.org
wrote:
Am 27.03.2010 13:48, schrieb James Bensley:
Would help if I actually put the link in maybe? Doh!
Why `ping -c $PCount $hosts | grep "64 bytes" | wc | awk {'print $1'}' when `ping -c $PCount $hosts | grep -c "64 bytes"' is sufficient?
Hah! Didn't think of the -c, a lapse on my part. Thanks for pointing that out ;)