System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.