摘要:
#!/usr/bin/bash while read line #读取一行结果 do if [ ${#line} -eq 0 ];then #如果有空行的话就跳过这次循环 contiune fi user=`echo $line|awk '{print $1}'` pass=`echo $line| 阅读全文
posted @ 2018-08-09 23:59
铅笔学园
阅读(347)
评论(0)
推荐(0)
浙公网安备 33010602011771号