摘要: #!/bin/shfor i in $(mysql -uroot -p112358s uarticles_2019 -e "show tables;"|egrep -v Tables) do echo "${i}pppp" kk=$(echo $i|cut -c 10-11) echo $kk sl 阅读全文
posted @ 2019-03-18 10:54 滴滴滴 阅读(551) 评论(0) 推荐(0)