摘要: [root@R610-1 db]# cat clean2.sh#!/bin/bashmysql -u root -p112358s -e "use uarticles_2018;show tables;" | egrep -o articles_0[12][0-9]{2} >/tmp/aa.txt 阅读全文
posted @ 2018-08-06 09:34 滴滴滴 阅读(633) 评论(0) 推荐(0)