HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

trawl — Print out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata. More

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtrawlnetworkinterfacecliprintinformationout

Problem

How to use the trawl command: Print out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata. More information: <https://github.com/robphoenix/trawl>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/trawl

Revisions (0)

No revisions yet.