Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-06 00:19:32 +00:00
parent 31c618829e
commit 3e6fa5fca1
47 changed files with 214 additions and 39 deletions

26
tldr/linux/routel Normal file
View File

@@ -0,0 +1,26 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# routel
> List IP routing in a human readable format.
> See also: `ip route`, `route`.
> More information: <https://manned.org/man/routel>.
- Display the default routing table:
`routel`
- Display a specific routing table:
`routel {{table_number|main|local|default}}`
- Display only IPv4 routes:
`routel {{[-4|--family inet]}}`
- Display only IPv6 routes:
`routel {{[-6|--family inet6]}}`