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 ... )
copy/paste beetwen a list of files
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Adam Glauser
Re: copy/paste beetwen a list of files
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?
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?