fish/functions/ports.fish @ 46cdf14b43df

More
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Mar 2018 16:39:41 +0000
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end