1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:42:07 +02:00
tldr/pages/common/trawl.md
2021-08-15 19:59:09 +02:00

384 B

trawl

Prints 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 regular expression:

trawl -f wi

  • Get a list of available interfaces:

trawl -i

  • Include the loopback interface:

trawl -l