fish/functions/ports.fish @ 3024550ba049

More
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Dec 2020 14:32:21 -0500
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end