diff --git a/pages/common/trawl.md b/pages/common/trawl.md new file mode 100644 index 0000000000..22068e138b --- /dev/null +++ b/pages/common/trawl.md @@ -0,0 +1,20 @@ +# trawl + +> Prints out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata. +> Homepage: . + +- 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`