add new chinese translations
This commit is contained in:
20
pages.zh/common/trawl.md
Normal file
20
pages.zh/common/trawl.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# trawl
|
||||
|
||||
> 将网络接口信息打印到控制台,类似于 ifconfig/ipconfig/ip/ifdata。
|
||||
> 更多信息:<https://github.com/robphoenix/trawl>。
|
||||
|
||||
- 显示列名:
|
||||
|
||||
`trawl -n`
|
||||
|
||||
- 使用不区分大小写的正则表达式过滤接口名称:
|
||||
|
||||
`trawl -f wi`
|
||||
|
||||
- 列出可用接口:
|
||||
|
||||
`trawl -i`
|
||||
|
||||
- 包括回环接口:
|
||||
|
||||
`trawl -l`
|
Reference in New Issue
Block a user