Files
tldr/pages/common/trawl.md
T
2025-07-25 08:50:06 +03:00

363 B

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

  • Filter interface names using a case-insensitive regex:

trawl -f wi

  • List available interfaces:

trawl -i

  • Include the loopback interface:

trawl -l