I have a csv file that I will be regularly updating through a batch script that calls cygwin+ bash script. I would like to automate the upload of the csv file into a
You can use a here document:
# some bash script stuff mysql ... <