I have several text files that I would like to combine together into one. Size of folder containg all the separate text files is nearly 8Gb. I tried the following in powershell :
cat example*.txt | sc allexamples.txt
but as soon as the size of combined file reaches close to 800 Mb the laptop is hanging and Im not able to proceed further. Any other way in which I can do this?