PowerShell verschmelzen CSV -Dateien
1
Get-Content *.csv| Add-Content output.csv
Seahawk
1
Get-Content *.csv| Add-Content output.csv