fish/functions/ports.fish @ b0694cb7f733

Update subrepos
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Dec 2020 17:43:54 -0500
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end