Hi guys,

Quick question. The following line works...
Code:
ping 192.168.0.101 > /home/phillips321/failtime.txt
But this one doesn't, any ideas?
Code:
ping 192.168.0.101 | grep 192.168.0.101 > /home/phillips321/failtime.txt
Cheers in advance