Next GLUG Meet on 10th Aug. @ Ruparel College, Matunga Rd. (W), @ 4.00pm ------------------------------------------------------------------------------- On 11 Aug 2003, Vidhata Deshpande wrote:
> The o/p of ping is not fed to grep for comparing patterns, rather, > the script just puts up the message of 'Network is unreachable' on It's prolly printing on stderr, you should dup stderr to stdout with something like this: ping [options] 2>&1 -- Chaos is King and Magic is loose in the world. -----BEGIN GEEK CODE BLOCK----- GCS/ED/MU/TW d- s+: a- C+++ UL+++ P++++ L+++>$ E--- W+++ N- o-- K- w--- PS+ PE Y+ PGP+ t* X- R* tv b+ DI+++ D+ G++ e+++>$ h* r y ------END GEEK CODE BLOCK------ -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

