Show HN: A simple CLI tool to list network ports and their associated bin
1–4 of 4 posts
Re: Show HN: A simple CLI tool to list network ports and their associated bin
#2Useful, thanks! It would be nice if there was a more minimal styling without the table lines, but for now this is great.
Re: Show HN: A simple CLI tool to list network ports and their associated bin
#3`netstat -tnalp` ?
Re: Show HN: A simple CLI tool to list network ports and their associated bin
#4`netstat -tnalp` ?
alias localports='ss -plunt'