I have a series of datasets called, fi.dat, f2.dat,f3.dat, etc.
Example of one of the dataset is given below:
f1.dat
A B C D E
F G H I
J K L
f2.dat
0.1 0.2. 0.4
A B C D
1 2 3 4
My final dataset should look like:
final.dat
A B C D E
F G H I
J K L
0.1 0.2. 0.4
A B C D
1 2 3 4
What's this means the values of f2.dat comes after the values of f1.dat and is written below f1.dat values.
Similarly, for f3.dat, f4.dat, etc.
Could someone please help me in this.
Thanks.
Example of one of the dataset is given below:
f1.dat
A B C D E
F G H I
J K L
f2.dat
0.1 0.2. 0.4
A B C D
1 2 3 4
My final dataset should look like:
final.dat
A B C D E
F G H I
J K L
0.1 0.2. 0.4
A B C D
1 2 3 4
What's this means the values of f2.dat comes after the values of f1.dat and is written below f1.dat values.
Similarly, for f3.dat, f4.dat, etc.
Could someone please help me in this.
Thanks.