Netcat does not always respond to requests

后端 未结 0 1066
夕颜
夕颜 2020-12-12 02:49

I have the following loop:

while read -r || [[ -n $REPLY ]]; do
  (echo $REPLY) | nc -l 8908
done <<< "$file"

and the foll

相关标签:
回答
  • 消灭零回复
提交回复
热议问题