Re: Append lines to a file

2002-01-08 Thread Paul Pantages
; -Original Message- > From: Anthony Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 07, 2002 8:33 PM > To: 'Ant Users List' > Subject: RE: Append lines to a file > > > 2 ways to put new lines on a file: > > 1) > 2) &

Re: Append lines to a file

2002-01-07 Thread Stefan Bodewig
On Mon, 7 Jan 2002, Anthony Rodriguez <[EMAIL PROTECTED]> wrote: > 2 ways to put new lines on a file: > > 1) > 2) ${line.separator} will automatically pick the one appropriate for your platform (which would be �C; on a Mac before Mac OS X). Stefan -- To unsubscribe, e-mail:

RE: Append lines to a file

2002-01-07 Thread Rahamim, Zvi (Zvi)
Thanks!!! Zvi -Original Message- From: Anthony Rodriguez [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 8:33 PM To: 'Ant Users List' Subject: RE: Append lines to a file 2 ways to put new lines on a file: 1) 2) Hope this helps.

RE: Append lines to a file

2002-01-07 Thread Anthony Rodriguez
2 ways to put new lines on a file: 1) 2) Hope this helps. -Anthony > -Original Message- > From: Igor Fedulov [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 07, 2002 10:37 AM > To: Ant Users List > Subject: Re: Append lines to a file > &

Re: Append lines to a file

2002-01-07 Thread Igor Fedulov
> I want to append lines to a file. > Whan I use echo, it puts in the file a single long line. > How can I put a new line in the file? ("\n" doesn't work) > Thank you! Which platform? If you are on windoze maybe you need to put "\r\n"? Best regards, --

Append lines to a file

2002-01-07 Thread Rahamim, Zvi (Zvi)
Hi! I want to append lines to a file. Whan I use echo, it puts in the file a single long line. How can I put a new line in the file? ("\n" doesn't work) Thank you! Zvi -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>