fish/functions/ports.fish @ 08bb1b2895de

Add CCL init file
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Apr 2016 16:35:09 +0000
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end