1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00

Merge pull request #673 from steelywing/patch-4

`netstat -n` and `-r`
This commit is contained in:
Ruben Vereecken 2016-01-15 19:28:39 +02:00
commit 5ab24c1a71

View file

@ -21,3 +21,7 @@
- List information continuously: - List information continuously:
`netstat -c` `netstat -c`
- List routes and do not resolve IP to hostname:
`netstat -rn`