Blog

How to catenate files scattered through several sub-directories

How to catenate files scattered through several sub-directories

Yesterday, I needed to catenate all the CSV files from some dataset. The trouble was they were scattered into many different directories on several levels. My initial reflex was to use the find command—​but I then wondered if there were other ways of doing that?