I\'ve got a lot of csv-files I wish to merge using PowerShell. Previously, I have used following command:
(gc *.csv -encoding utf8) | out-file all-files.csv -enc