can you more clearly explain your problem?

- do your files contain of many lines and you want this:
f1l1;f2l1;f3l1; ...
f1l2;f2l2;f3l2; ...
(f=file, l=line)

- or do you simply want the complete content of the files separated by
semicolon?

ciao SVEN


"Fb" <s021183@student.dtu.dk> schrieb im Newsbeitrag
news:20030716071831.18831.qmail@pb1.pair.com...
> Hi,
>
> I have 40 text files.. each files have 1 colomn of a data. I want to write
a
> script to merge them like
>
> datafrom1;datafrom2;datafrom3;....datafrom40
>
> how can I do that?
>
> TIA
>
>