dotfiles/.config/fish/functions/lsockU.fish

4 lines
86 B
Fish

function lsockU -d "List UDP sockets in use"
command sudo lsof -nP | grep UDP
end