echo 'Making file for import...' cd /tmp echo '"1234567";"223";"cxycxcxxxc"' >xx # It was enough for me. You may increase this value for faster machines let i=16 while [ $i -ge 0 ] do cat xx xx > yy; mv yy xx let i=i-1 done ls -l xx rm t1 ln -s xx t1 echo 'File prepared' # It is my basedir for MySQL cd /home/openxs/dbs/4.1 echo 'Creating table...' bin/mysql -uroot test <