linux脚本与netcat在x小时后停止工作

linux脚本与netcat在x小时后停止工作

我必须要脚本: #!/bin/bashnetcat -lk -p 12345 | while read linedo match=$(echo $line | grep -c Keep-Alive) if [ $match -eq 1 ]; then [start a command] fidone 和 #!/bin/bashnetcat –

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部