mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 15:35:53 +02:00
trawl: add page (#2893)
This commit is contained in:
parent
6973305bba
commit
a8d2a344b5
1 changed files with 20 additions and 0 deletions
20
pages/common/trawl.md
Normal file
20
pages/common/trawl.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# trawl
|
||||
|
||||
> Prints out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata.
|
||||
> Homepage: <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`
|
Loading…
Add table
Reference in a new issue