From a8d2a344b5879b5eb50c1584ac3df67762734a98 Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Fri, 12 Apr 2019 13:59:29 +0200 Subject: [PATCH] trawl: add page (#2893) --- pages/common/trawl.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/trawl.md 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`