How to do ping really quiet?

Frederique Rijsdijk free at isafeelin.org
Mon Jan 5 08:53:26 PST 2009


KES wrote:
> Hello, Questions.
> 
> When I use
> ping -q ya.ru
> I get
> ping: sendto: No route to host
> 
> How to make ping really quiet?
> 


Try:

sh -c 'ping -q ya.ru > /dev/null 2>&1'



-- FR


More information about the freebsd-questions mailing list