add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,28 +1,28 @@
# ping
> 向网络主机发送 ICMP 回显请求数据包。
> 更多信息:<https://keith.github.io/xcode-man-pages/ping.8.html>.
> 向网络主机发送 ICMP ECHO_REQUEST 数据包。
> 更多信息:<https://keith.github.io/xcode-man-pages/ping.8.html>
- Ping 指定的主机:
`ping "{{主机}}"`
`ping "{{hostname}}"`
- 对主机执行指定定次数的 ping 操作
- Ping 主机指定次数
`ping -c {{次数}} "{{主机}}"`
`ping -c {{count}} "{{host}}"`
- Ping 主机 , 指定请求之间的间隔(以秒为单位)(默认 1 秒):
- Ping 主机指定请求之间的间隔(默认 1 秒):
`ping -i {{}} "{{主机}}"`
`ping -i {{seconds}} "{{host}}"`
- Ping 主机, 但不尝试查找地址的符号名:
- Ping 主机不尝试查找地址的符号名
`ping -n "{{主机}}"`
`ping -n "{{host}}"`
- Ping 主机 并在收到数据包时响铃(如果的终端支持):
- Ping 主机并在收到数据包时响铃(如果的终端支持):
`ping -a "{{主机}}"`
`ping -a "{{host}}"`
- Ping 主机 并打印接收数据包的时间(此选项 Apple 的附加
- Ping 主机并打印接收数据包的时间(此选项 Apple 的附加功能
`ping --apple-time "{{主机}}"`
`ping --apple-time "{{host}}"`