瀏覽代碼

Add tldr for `route get {{destination}}`

Rikesh Ramlochund 7 年之前
父節點
當前提交
df4185b548
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/osx/route.md

+ 4 - 0
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}}`