Skip to content

Instantly share code, notes, and snippets.

@danielecook
Created November 25, 2019 18:41
Show Gist options
  • Save danielecook/13858f7821063b9a538f8fe17c13989f to your computer and use it in GitHub Desktop.
Save danielecook/13858f7821063b9a538f8fe17c13989f to your computer and use it in GitHub Desktop.
merge files, skip header after first
# https://stackoverflow.com/questions/10103619/unix-merge-many-files-while-deleting-first-line-of-all-files#10103758
tail -q -n +2 file1 file2 file3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment