shell脚本技巧
Posted 中国爱我们
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.txt
cat > shou.txt <<"EOF"
$PATH
EOF
以上是关于shell脚本技巧的主要内容,如果未能解决你的问题,请参考以下文章