1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 21:26:01 +02:00

route: add get

This commit is contained in:
Rikesh Ramlochund 2017-11-27 10:50:25 +04:00
parent df4185b548
commit 3ca3fc8b45

View file

@ -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}}`