Created
November 25, 2019 18:41
-
-
Save danielecook/13858f7821063b9a538f8fe17c13989f to your computer and use it in GitHub Desktop.
merge files, skip header after first
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
# 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