
ping
List of commands for ping:
-
ping:ai:4ca06 Adds a delay of 5 seconds in a .bat file$ ping -n 6 127.0.0.1 > nultry on your machineexplain this command
-
ping:tldr:3a05c ping: Ping `host` and prints the time a packet was received (this option is an Apple addition).$ ping --apple-time "${host}"try on your machineexplain this command
-
ping:tldr:5b291 ping: Also display a message if no response was received.$ ping -O ${host}try on your machineexplain this command
-
ping:tldr:666e0 ping: Ping a host only a specific number of times.$ ping -c ${count} ${host}try on your machineexplain this command
-
ping:tldr:71c78 ping: Ping host and ring the bell when a packet is received (if your terminal supports it).$ ping -a ${host}try on your machineexplain this command
-
ping:tldr:b172a ping: Ping host, specifying the interval in seconds between requests (default is 1 second).$ ping -i ${seconds} ${host}try on your machineexplain this command
-
ping:tldr:f59f8 ping: Ping host without trying to lookup symbolic names for addresses.$ ping -n ${host}try on your machineexplain this command