~$ ping 192.168.0.1 && ping -c4 8.8.8.8
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=0.888 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=0.876 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=255 time=1.45 ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=255 time=4.51 ms
64 bytes from 192.168.0.1: icmp_seq=5 ttl=255 time=1.16 ms
64 bytes from 192.168.0.1: icmp_seq=6 ttl=255 time=0.887 ms
64 bytes from 192.168.0.1: icmp_seq=7 ttl=255 time=1.22 ms
64 bytes from 192.168.0.1: icmp_seq=8 ttl=255 time=1.22 ms
64 bytes from 192.168.0.1: icmp_seq=9 ttl=255 time=1.00 ms
64 bytes from 192.168.0.1: icmp_seq=10 ttl=255 time=0.921 ms
^C
--- 192.168.0.1 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9041ms
rtt min/avg/max/mdev = 0.876/1.416/4.512/1.049 ms
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=4.67 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=3.19 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=55 time=3.39 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=55 time=4.86 ms

--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 3.199/4.032/4.868/0.746 ms
~$ ping -c4 f.local
ping: f.local: 名前またはサービスが不明です
~$