소스 검색

trawl: add page (#2893)

Ivan Aracki 6 년 전
부모
커밋
a8d2a344b5
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      pages/common/trawl.md

+ 20 - 0
pages/common/trawl.md

@@ -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`