fish/functions/ports.fish @ 2b37786c6a97

Update
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Sep 2017 19:37:36 -0400
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end