in reply to Re^2: How to merge Huge log files (each 10 MB) into a single file
in thread How to merge Huge log files (each 10 MB) into a single file

Under windows, you would use type instead of cat: type file1 file2 file*.* > output.txt