fish/functions/ports.fish @ ec33f0b16d14

More shit
author Steve Losh <steve@stevelosh.com>
date Sun, 03 Jun 2018 13:04:39 -0400
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end