Make netgrep use numeric ports

This commit is contained in:
tastytea 2022-04-18 20:04:06 +02:00
parent 90701ea228
commit 9202b3e53c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -12,7 +12,7 @@ alias grep="grep --color=auto"
alias zgrep="zgrep --color=auto"
alias hgrep="fc -liD 0 | grep"
alias psgrep="ps aux | grep -v grep | grep"
alias netgrep="ss --all --extended --processes --oneline | grep"
alias netgrep="ss --all --extended --processes --oneline --numeric | grep"
alias ltail="tail -n 50"
alias lhead="head -n 50"