Extract and concatenate csv files from folders that have the same structure
Hi,I have a whole bunch of csv files in different folders that have common name and csv file is in the same structure, for instance<1st folder>dfgdwgssd <2nd folder which have common name> commonname xxx-commonname.csvI'm thinking to use script to extract and concatenate all csv files. I found an easy way with bash commands ("for" loop together with "find"), could some one give me a h...