fish/functions/ports.fish @ 2462583456f0

Timestamp utils
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 17:57:48 -0400
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end