Skip to content

Instantly share code, notes, and snippets.

@sultanshakir
Created June 5, 2017 06:24
Show Gist options
  • Select an option

  • Save sultanshakir/89945437f868327c772ceb658bdf028a to your computer and use it in GitHub Desktop.

Select an option

Save sultanshakir/89945437f868327c772ceb658bdf028a to your computer and use it in GitHub Desktop.
Combine multiple .csv files
# 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