mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 19:57:59 +00:00
Update cheatsheets
This commit is contained in:
25
trawl
Normal file
25
trawl
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
|
||||
- List available interfaces:
|
||||
|
||||
`trawl -i`
|
||||
|
||||
- Include the loopback interface:
|
||||
|
||||
`trawl -l`
|
||||
Reference in New Issue
Block a user