fish/functions/ports.fish @ 12589666f6a3

Add script
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Oct 2018 17:50:09 -0400
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end