mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +02:00
route: add get
This commit is contained in:
parent
df4185b548
commit
3ca3fc8b45
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`sudo route delete {{dest_ip_address}}/24`
|
`sudo route delete {{dest_ip_address}}/24`
|
||||||
|
|
||||||
- Lookup and display the route for a destination (hostname or IP address)
|
- Lookup and display the route for a destination (hostname or IP address):
|
||||||
|
|
||||||
`sudo route get {{destination}}`
|
`sudo route get {{destination}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue