fish/functions/ports.fish @ b62a90915e10

More
author Steve Losh <steve@stevelosh.com>
date Fri, 29 Aug 2025 13:26:05 -0400
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end