I want to copy the contents of five files to one file as is. I tried doing it using cp for each file. But that overwrites the contents copied from the previous file. I also
if you have a certain output type then do something like this
cat /path/to/files/*.txt >> finalout.txt