I need to create a script, which concatenates multiple text files into one. I know it\'s simple to use
type *.txt > merged.txt
But the require
We can use normal CAT command to merge files..
D:> cat *.csv > outputs.csv