Science Notes
A weblog sharing great ideas, theory, and implementations in data, sciences, and beyond.
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:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment