Created
June 5, 2017 06:24
-
-
Save sultanshakir/89945437f868327c772ceb658bdf028a to your computer and use it in GitHub Desktop.
Combine multiple .csv files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # run from within directory tha contains CSV files you want to combine | |
| cat *.csv > combined.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment