Hi,
Thank you for your help in advance
.
I have thousands of files like...
file01
file02
file03
.
.
.
file6324
I would like to paste every other file side by side so it looks like
file01 file02
file03 file04
...e.t.c
file6323 file6324
In addition odd files has the following type of layout:
Preamble(Containing random stuff) (11 lines)
Data Table (11 columns all together) i.e
1 number
2 number
3 number
4 number
...e.tc
In addition even files has the following type of layout:
Preamble(Containing random stuff) (4 lines)
Data Table (columns all together 3) i.e
1 number
2 number
3 number
4 number
...e.tc
essentially joining tables together without the preamble jargon.
Once again thankyou in advance. Cheers