Need help~
I have a directory with multiple csv. e.g.
aaa1.csv
aaa2.csv
aaa3.csv
aaa4.csv
aaa5.csv
after using powershell, I can merge those csv into merge.csv
how do I list the *.csv and only take the string before 1.csv and rename from merge.csv into aaa-merge.csv ?
anyone can advice?