fish/functions/ports.fish @ db021fb01b7f

Update
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Sep 2018 12:45:02 +0000
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end