1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-07 06:15:53 +02:00
tldr/pages/common/trawl.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

20 lines
363 B
Markdown

# 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`