Page 1 of 1

copy/paste beetwen a list of files

Posted: Thu Jul 12, 2001 1:11 pm
by guillaume
hello,

i'm looking for something that allows me to manipulate text as follow :
in a list of serveral files, i try to copy from each file each line except the first line and paste it into the last file.
the first line of evry file is the same.

thank U

guillaume (from France ... )

Re: copy/paste beetwen a list of files

Posted: Wed Aug 01, 2001 6:48 pm
by Adam Glauser
I need a bit of clarification.

Do you mean if the files are:

Hello
foo
bar

and:

Hello
What
is
your
name

Then you want the last file to be:
foo
bar
is
your
name

Have I understood what you want to do correctly?