Skip to content

Instantly share code, notes, and snippets.

@kiendang
Created March 20, 2017 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiendang/3b81d757394115dcc45b0fda21465aec to your computer and use it in GitHub Desktop.
Save kiendang/3b81d757394115dcc45b0fda21465aec to your computer and use it in GitHub Desktop.
#!/bin/sh
{ head -n1 file1.csv; for f in file*.csv; do tail -n+2 "$f"; done; } > results.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment