From d66d0db292b05da53504ddd40edc3e461768174e Mon Sep 17 00:00:00 2001 From: tortumlu Date: Sun, 10 Oct 2021 19:53:15 +0300 Subject: [PATCH] add netstat command to bash commands --- languages/bash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/bash.sh b/languages/bash.sh index 4710b56..9b01f97 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -179,6 +179,7 @@ whois # gets whois information for domain dig # gets DNS information for domain dig -x # reverses lookup host wget # downloads file +netstat # Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships time # report time consumed by command execution