mysql測試shell

rainbowbridg發表於2007-08-08
a=0
echo $a
#while true
while [ $a -lt 1001 ]
do
echo $a
mysql pica_coredb<#insert into
#insert into
#insert into
exit
!
a=`expr $a + 1`
if [ $a -gt 2000 ]
then
exit
fi[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7916042/viewspace-934485/,如需轉載,請註明出處,否則將追究法律責任。

相關文章