bash while loop threading

后端 未结 3 1021
太阳男子
太阳男子 2021-02-15 15:47

i have a while loop reading lines from a $hosts

while read line
do
    ip=$line
    check
done < $hosts

my question is can I us

3条回答
提交回复
热议问题