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

20
pages.zh/common/trawl.md Normal file
View File

@@ -0,0 +1,20 @@
# trawl
> 将网络接口信息打印到控制台,类似于 ifconfig/ipconfig/ip/ifdata。
> 更多信息:<https://github.com/robphoenix/trawl>。
- 显示列名:
`trawl -n`
- 使用不区分大小写的正则表达式过滤接口名称:
`trawl -f wi`
- 列出可用接口:
`trawl -i`
- 包括回环接口:
`trawl -l`