Re: Append a text file to an existing text file

2008-09-21 Thread John W. Krahn
NewbeeUnix wrote: On Sep 18, 11:49 am, [EMAIL PROTECTED] (Back9) wrote: Is there a way to append a text file to an existing text file. For example, File A: Jan Feb Mar April ... File B: 10 30 40 20 ... After appending job, the File A would be like below. Jan Feb Mar April ... 10 30 40 20

Re: How to append a text file to an existing text file

2008-09-21 Thread Back9
On Sep 19, 11:31 am, [EMAIL PROTECTED] (John W. Krahn) wrote: > Back9 wrote: > > Hello, > > Hello, > > > Is there a way to append a text file to an existing text file. > > For example, > > File A: > > Jan Feb Mar April ... > > > File B: > &

Re: Append a text file to an existing text file

2008-09-21 Thread NewbeeUnix
On Sep 18, 11:49 am, [EMAIL PROTECTED] (Back9) wrote: > Hello, > > Is there a way to append a text file to an existing text file. > For example, > File A: > Jan Feb Mar April ... > > File B: > 10 30 40 20 ... > > After appending job, the File A would be like below

Re: Append a text file to an existing text file

2008-09-19 Thread Dr.Ruud
Back9 schreef: > Is there a way to append a text file to an existing text file. Yes. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: How to append a text file to an existing text file

2008-09-19 Thread John W. Krahn
Back9 wrote: Hello, Hello, Is there a way to append a text file to an existing text file. For example, File A: Jan Feb Mar April ... File B: 10 30 40 20 ... After appending job, the File A would be like below. Jan Feb Mar April ... 10 30 40 20 ... open A, '>>', 'F

Re: How to append a text file to an existing text file

2008-09-19 Thread Mr. Shawn H. Corey
On Thu, 2008-09-18 at 10:16 -0700, Back9 wrote: > Hello, > > Is there a way to append a text file to an existing text file. > For example, > File A: > Jan Feb Mar April ... > > File B: > 10 30 40 20 ... > > After appending job, the File A would be like below. &

Re: How to append a text file to an existing text file

2008-09-19 Thread jeff pang
re a way to append a text file to an existing text file. > For example, > File A: > Jan Feb Mar April ... > > File B: > 10 30 40 20 ... > > After appending job, the File A would be like below. > Jan Feb Mar April ... > 10 30 40 20 ... > > TIA > > > -- &g

Append a text file to an existing text file

2008-09-19 Thread Back9
Hello, Is there a way to append a text file to an existing text file. For example, File A: Jan Feb Mar April ... File B: 10 30 40 20 ... After appending job, the File A would be like below. Jan Feb Mar April ... 10 30 40 20 ... TIA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

How to append a text file to an existing text file

2008-09-19 Thread Back9
Hello, Is there a way to append a text file to an existing text file. For example, File A: Jan Feb Mar April ... File B: 10 30 40 20 ... After appending job, the File A would be like below. Jan Feb Mar April ... 10 30 40 20 ... TIA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional