LinuxCommandLibrary

trawl

trawl

TLDR

Show column names

$ trawl -n
copy


Filter interface names using a case-insensitive regular expression
$ trawl -f wi
copy


Get a list of available interfaces
$ trawl -i
copy


Include the loopback interface
$ trawl -l
copy

Copied to clipboard