Files
cheatsheet-tldr/tldr/trawl
2025-07-26 00:21:07 +00:00

26 lines
456 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# trawl
> Print out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata.
> More information: <https://github.com/robphoenix/trawl>.
- Show column names:
`trawl -n`
- Filter interface names using a case-insensitive `regex`:
`trawl -f wi`
- List available interfaces:
`trawl -i`
- Include the loopback interface:
`trawl -l`