diff --git a/pages.es/osx/ping.md b/pages.es/osx/ping.md index e17f27801..14671a1d9 100644 --- a/pages.es/osx/ping.md +++ b/pages.es/osx/ping.md @@ -11,18 +11,18 @@ `ping -c {{cuenta}} "{{host}}"` -- Ping al `host`, especificando el intervalo en `segundos` entre peticiones (por defecto es 1 segundo): +- Ping al host, especificando el intervalo en segundos entre peticiones (por defecto es 1 segundo): `ping -i {{segundos}} "{{host}}"` -- Ping a `host` sin intentar buscar nombres simbólicos para las direcciones: +- Ping al host sin intentar buscar nombres simbólicos para las direcciones: `ping -n "{{host}}"` -- Ping al `host` y hace sonar la campana cuando se recibe un paquete (si tu terminal lo soporta): +- Ping al host y hace sonar la campana cuando se recibe un paquete (si tu terminal lo soporta): `ping -a "{{host}}"` -- Ping al `host` y muestra la hora en la que se ha recibido un paquete (esta opción es un añadido de Apple): +- Ping al host y muestra la hora en la que se ha recibido un paquete (esta opción es un añadido de Apple): `ping --apple-time "{{host}}"` diff --git a/pages.nl/common/ping.md b/pages.nl/common/ping.md new file mode 100644 index 000000000..7cfb4a694 --- /dev/null +++ b/pages.nl/common/ping.md @@ -0,0 +1,28 @@ +# ping + +> Verstuur ICMP ECHO_REQUEST-pakketten naar netwerkhosts. +> Meer informatie: . + +- Ping host: + +`ping {{host}}` + +- Ping een host een specifiek aantal keren: + +`ping -c {{aantal}} {{host}}` + +- Ping host met een specifiek interval in seconden tussen verzoeken (standaard is 1 seconde): + +`ping -i {{seconden}} {{host}}` + +- Ping host zonder te proberen symbolische namen voor adressen op te zoeken: + +`ping -n {{host}}` + +- Ping host en laat een bel afgaan wanneer een pakket wordt ontvangen (als je terminal dit ondersteunt): + +`ping -a {{host}}` + +- Toon ook een bericht als er geen reactie is ontvangen: + +`ping -O {{host}}` diff --git a/pages.nl/common/ping6.md b/pages.nl/common/ping6.md new file mode 100644 index 000000000..de2db5a9f --- /dev/null +++ b/pages.nl/common/ping6.md @@ -0,0 +1,24 @@ +# ping6 + +> Verstuur ICMP ECHO_REQUEST-pakketten naar netwerkhosts via een IPv6-adres. +> Meer informatie: . + +- Ping een host: + +`ping6 {{host}}` + +- Ping een host een specifiek aantal keren: + +`ping6 -c {{aantal}} {{host}}` + +- Ping een host met een specifiek interval in seconden tussen verzoeken (standaard is 1 seconde): + +`ping6 -i {{seconden}} {{host}}` + +- Ping een host zonder te proberen symbolische namen voor adressen op te zoeken: + +`ping6 -n {{host}}` + +- Ping een host en laat een bel afgaan wanneer een pakket wordt ontvangen (als je terminal dit ondersteunt): + +`ping6 -a {{host}}` diff --git a/pages.nl/osx/ping.md b/pages.nl/osx/ping.md new file mode 100644 index 000000000..35749d887 --- /dev/null +++ b/pages.nl/osx/ping.md @@ -0,0 +1,28 @@ +# ping + +> Verstuur ICMP ECHO_REQUEST-pakketten naar netwerkhosts. +> Meer informatie: . + +- Ping een specifieke host: + +`ping "{{hostnaam}}"` + +- Ping een host een specifiek aantal keren: + +`ping -c {{aantal}} "{{host}}"` + +- Ping een host, met een specifiek interval in seconden tussen de verzoeken (standaard is 1 seconde): + +`ping -i {{seconden}} "{{host}}"` + +- Ping een host zonder te proberen symbolische namen voor adressen op te zoeken: + +`ping -n "{{host}}"` + +- Ping een host en laat een bel afgaan wanneer een pakket wordt ontvangen (als je terminal dit ondersteunt): + +`ping -a "{{host}}"` + +- Ping een host en toon de tijd wanneer een pakket is ontvangen (deze optie is een Apple-toevoeging): + +`ping --apple-time "{{host}}"` diff --git a/pages.zh/osx/ping.md b/pages.zh/osx/ping.md index 899a79043..64fc54b5c 100644 --- a/pages.zh/osx/ping.md +++ b/pages.zh/osx/ping.md @@ -11,18 +11,18 @@ `ping -c {{次数}} "{{主机}}"` -- Ping `主机` , 指定请求之间的间隔(以`秒`为单位)(默认为 1 秒): +- Ping 主机 , 指定请求之间的间隔(以秒为单位)(默认为 1 秒): `ping -i {{秒}} "{{主机}}"` -- Ping `主机`, 但不尝试查找地址的符号名: +- Ping 主机, 但不尝试查找地址的符号名: `ping -n "{{主机}}"` -- Ping `主机` 并在收到数据包时响铃(如果您的终端支持): +- Ping 主机 并在收到数据包时响铃(如果您的终端支持): `ping -a "{{主机}}"` -- Ping `主机` 并打印接收数据包的时间(此选项是 Apple 的附加项): +- Ping 主机 并打印接收数据包的时间(此选项是 Apple 的附加项): `ping --apple-time "{{主机}}"` diff --git a/pages/osx/ping.md b/pages/osx/ping.md index 28e2f7e48..b3be5b38b 100644 --- a/pages/osx/ping.md +++ b/pages/osx/ping.md @@ -11,18 +11,18 @@ `ping -c {{count}} "{{host}}"` -- Ping `host`, specifying the interval in `seconds` between requests (default is 1 second): +- Ping a host, specifying the interval in seconds between requests (default is 1 second): `ping -i {{seconds}} "{{host}}"` -- Ping `host` without trying to lookup symbolic names for addresses: +- Ping a host without trying to lookup symbolic names for addresses: `ping -n "{{host}}"` -- Ping `host` and ring the bell when a packet is received (if your terminal supports it): +- Ping a host and ring the bell when a packet is received (if your terminal supports it): `ping -a "{{host}}"` -- Ping `host` and prints the time a packet was received (this option is an Apple addition): +- Ping a host and prints the time a packet was received (this option is an Apple addition): `ping --apple-time "{{host}}"`