1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/trawl.md

21 lines
384 B
Markdown
Raw Normal View History

2019-04-12 13:59:29 +02:00
# trawl
> Prints out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata.
> More information: <https://github.com/robphoenix/trawl>.
2019-04-12 13:59:29 +02:00
- Show column names:
`trawl -n`
- Filter interface names using a case-insensitive regular expression:
2019-04-12 13:59:29 +02:00
`trawl -f wi`
- Get a list of available interfaces:
`trawl -i`
- Include the loopback interface:
`trawl -l`