URI: 
       iomenu-net: show all sockets types including LISTEN-ing ones - iomenu - interactive terminal-based selection menu
  HTML git clone git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 12cf2f8a793c851de5582740195923d46db4da4c
   DIR parent 8246c9045a9aeb70fa21db6f28ca233aa0235603
  HTML Author: Josuah Demangeon <me@josuah.net>
       Date:   Tue, 27 Oct 2020 08:52:34 +0100
       
       iomenu-net: show all sockets types including LISTEN-ing ones
       
       Diffstat:
         M bin/iomenu-net                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/bin/iomenu-net b/bin/iomenu-net
       @@ -1,4 +1,4 @@
        #!/bin/sh -e
        # searchable netstat results with iomenu
        
       -netstat -n "$@" | sed 's/^[AP]/#&/' | iomenu -'#'
       +netstat -na "$@" | sed 's/^[AP]/#&/' | iomenu -'#'