mirror of https://github.com/CrimsonTome/tldr.git
netstat: remove inexistent option for MacOS (#4186)
parent
94cb11e58d
commit
ace831e217
|
@ -18,10 +18,6 @@
|
||||||
|
|
||||||
`netstat -p {{协议}}`
|
`netstat -p {{协议}}`
|
||||||
|
|
||||||
- 连续列出信息(这条我电脑里 netstat 是不支持的。谁明白麻烦提交 pr!):
|
|
||||||
|
|
||||||
`netstat -c`
|
|
||||||
|
|
||||||
- 打印路由表:
|
- 打印路由表:
|
||||||
|
|
||||||
`netstat -nr`
|
`netstat -nr`
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
|
|
||||||
`netstat -p {{protocol}}`
|
`netstat -p {{protocol}}`
|
||||||
|
|
||||||
- List information continuously:
|
|
||||||
|
|
||||||
`netstat -c`
|
|
||||||
|
|
||||||
- Print the routing table:
|
- Print the routing table:
|
||||||
|
|
||||||
`netstat -nr`
|
`netstat -nr`
|
||||||
|
|
Loading…
Reference in New Issue