shell脚本技巧

人生难得几回搏,此时不搏待何时。这篇文章主要讲述shell脚本技巧相关的知识,希望能为你提供帮助。

root@D9Y:~/shou# cat test.sh #!/bin/bash#for i in `cat /root/shou/ip.txt` #do # # nc -w 2 -znv $i 10050 # sleep 1 # #done#while read shou #do #nc -w 2 -zv $shou 10050 # #done < /root/shou/ip.txtcat > shou.txt < < "EOF"$PATHEOF

【shell脚本技巧】



    推荐阅读