1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:42:08 +02:00

Add tldr for route get {{destination}}

This commit is contained in:
Rikesh Ramlochund 2017-11-27 10:45:40 +04:00
parent 466412f558
commit df4185b548

View file

@ -22,3 +22,7 @@
- Delete a specific route: - Delete a specific route:
`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)
`sudo route get {{destination}}`