2025-03-14 21:59:59 -06:00
|
|
|
# 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`
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
- Filter interface names using a case-insensitive `regex`:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`trawl -f wi`
|
|
|
|
|
|
|
|
|
|
- List available interfaces:
|
|
|
|
|
|
|
|
|
|
`trawl -i`
|
|
|
|
|
|
|
|
|
|
- Include the loopback interface:
|
|
|
|
|
|
|
|
|
|
`trawl -l`
|