snippetbashTip
trawl — Print out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata. More
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 -nFilter interface names using a case-insensitive
regex:trawl -f wiList available interfaces:
trawl -iInclude the loopback interface:
trawl -lCode Snippets
Show column names
trawl -nFilter interface names using a case-insensitive `regex`
trawl -f wiList available interfaces
trawl -iInclude the loopback interface
trawl -lContext
tldr-pages: common/trawl
Revisions (0)
No revisions yet.