fish/functions/ports.fish @ c4db6138478b

uhk
author Steve Losh <steve@stevelosh.com>
date Mon, 20 May 2019 15:18:59 -0400
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end