tldr/pages/common/trawl.md

21 lines
376 B
Markdown
Raw Normal View History

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