I need to concatenate some relatively large text files, and would prefer to do this via the command line. Unfortunately I only have Windows, and cannot install new software.
Here's how to do this:
(type file1.txt && more +1 file2.txt) > out.txt