This commit is contained in:
陆柯 2022-07-05 23:09:30 +08:00
parent f0a723e35e
commit 0476d08be8

View File

@ -1,4 +1,4 @@
echo "=== 需要查看的端口号:"
read -p ">>> " PORT
netstat -tunlp |rep $PORT
netstat -tunlp | grep $PORT