#!/bin/sh read line echo "INSERT IGNORE INTO $1 ($line) VALUES" csv2sql.sh | head -c -2 echo ";"