How to Merge, Combine multiple .csv files Mac OS X

Open the Terminal, go to the folder, where your files are:
cat *.csv >merged.csv
All files get merged into merged.csv without any installation of a third party programm.
Enjoy.

Comments

Popular posts from this blog

How to increase decrease navbar height in Bootstrap? Twitter bootstrap navbar fixed top overlapping site?