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