Skip to content

Instantly share code, notes, and snippets.

@ravnoor
Created December 16, 2015 20:57
Show Gist options
  • Save ravnoor/7997758f672ae9dd2117 to your computer and use it in GitHub Desktop.
Save ravnoor/7997758f672ae9dd2117 to your computer and use it in GitHub Desktop.
Column-wise concatenation of text files
#!/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