Inserting all csv files into a table in MySQL
See these previous answers:
https://stackoverflow.com/questions/8538995/how-to-import-multiple-csv-files-into-a-mysql-database
https://stackoverflow.com/questions/6552042/mysql-loading-multiple-files-into-a-table
Essentially, no. But it's easy to script this to get a similar result (e.g. one command to import multiple files using a loop).