I need to merge multiple csv files into one file and copy file*.csv all.txt in CMD works well for me except for one issue: The files are merged in the wrong order. Instead of going 1, 2, 3, 4 etc. it does:
copy file*.csv all.txt
I don't have any info within the datasets to be able to easily order them after the file has been created so is there a way to force CMD to open the files in the right order? Many thanks!
1.4m articles
1.4m replys
5 comments
57.0k users