From df4185b548f3d572ce6dc3070657f4e77e93564b Mon Sep 17 00:00:00 2001 From: Rikesh Ramlochund Date: Mon, 27 Nov 2017 10:45:40 +0400 Subject: [PATCH] Add tldr for `route get {{destination}}` --- pages/osx/route.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/osx/route.md b/pages/osx/route.md index 2ad8c900d..af37127e6 100644 --- a/pages/osx/route.md +++ b/pages/osx/route.md @@ -22,3 +22,7 @@ - Delete a specific route: `sudo route delete {{dest_ip_address}}/24` + +- Lookup and display the route for a destination (hostname or IP address) + +`sudo route get {{destination}}`