Thursday, July 3, 2014

Merge multiple text files while deleting the first line of all files

tail -q -n +2 file1 file2 file3

Reference
http://stackoverflow.com/questions/10103619/unix-merge-many-files-while-deleting-first-line-of-all-files

No comments: