Hi,
I have multiple files, say, test1.dat, test2.dat, etc. Each file has only one record. I tried:
cat test*.dat > final.dat
The records from each file were combined into one line instead of separate lines in the final.dat file.
How do I combined the record from each file while appending new line after each record?
Thanks,
Mike
I have multiple files, say, test1.dat, test2.dat, etc. Each file has only one record. I tried:
cat test*.dat > final.dat
The records from each file were combined into one line instead of separate lines in the final.dat file.
How do I combined the record from each file while appending new line after each record?
Thanks,
Mike