fish/functions/ports.fish @ 19933428015c

Firefox changed its class name for no goddamn reason, sigh
author Steve Losh <steve@stevelosh.com>
date Tue, 15 Mar 2022 16:01:25 -0400
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end