mirror of https://github.com/bjeanes/dotfiles.git
5 lines
86 B
Fish
5 lines
86 B
Fish
|
function netpid --description 'list process <-> socket handles'
|
||
|
sudo lsof -i -P
|
||
|
|
||
|
end
|