fish/functions/ports.fish @ a5781ceaf296

Merge.
author Steve Losh <steve@stevelosh.com>
date Tue, 17 Mar 2020 11:28:35 -0700
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end