Hacker News new | ask | show | jobs
Show HN: A simple CLI tool to list network ports and their associated bin (github.com)
4 points by diegoholiveira 300 days ago
2 comments

Useful, thanks! It would be nice if there was a more minimal styling without the table lines, but for now this is great.
`netstat -tnalp` ?
alias localports='ss -plunt'