摘要: #!/bin/bash ip=192.168.247.173shl=`netstat -lnt | awk 'NR>2{print $4}'| sed 's/.*://' | sort -n | uniq` cat >> ipport <<EOF$ip${shl}EOF 阅读全文
posted @ 2021-03-08 11:27 WH·xiao 阅读(81) 评论(0) 推荐(0) 编辑