mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
ba6daef39d
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
363 B
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