mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 08:15:50 +02:00
21 lines
376 B
Markdown
21 lines
376 B
Markdown
![]() |
# 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`
|