copy/paste beetwen a list of files

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
guillaume

copy/paste beetwen a list of files

Post 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 ... )
Adam Glauser

Re: copy/paste beetwen a list of files

Post 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?
Post Reply