Created
December 16, 2015 20:57
-
-
Save ravnoor/7997758f672ae9dd2117 to your computer and use it in GitHub Desktop.
Column-wise concatenation of text 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
#!/bin/bash | |
paste -d, *.csv > output.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment