Hello, Frederique.

FR> 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?
>> 


FR> Try:

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

man ping
     -q      Quiet output.  Nothing is displayed except the summary lines at
             startup time and when finished.

That is mistake in Doc or in ping.

Thx. This help, but seems ugly. Because of I can miss other maybe
usefull errors ((
ping -q ya.ru  2>/dev/null

Any other suggestions?


-- 
С уважением,
 KES                          mailto:kes-...@yandex.ru

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to