> -Original Message-
> From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 07, 2003 5:31 PM
> To: Harald Kierer
> Cc: 'Chiranth'; [EMAIL PROTECTED]
> Subject: RE: awk strangely outputs to file
>
>
> On Fri, 7 Feb 2003, Harald
On Fri, 7 Feb 2003, Harald Kierer wrote:
> > From: Chiranth [mailto:[EMAIL PROTECTED]]
> > On Feb 3, Harald Kierer wrote
> > >How can awk write Windows-like text files from within the script?
> > >The only way right now is to redirect the whole output like above.
> >
> > perhaps you would like
> From: Chiranth [mailto:[EMAIL PROTECTED]]
> On Feb 3, Harald Kierer wrote
> >How can awk write Windows-like text files from within the script?
> >The only way right now is to redirect the whole output like above.
>
> perhaps you would like to keep awk working the way it is currently and
> ca
On Feb 3, Harald Kierer wrote
>How can awk write Windows-like text files from within the script?
>The only way right now is to redirect the whole output like above.
>
perhaps you would like to keep awk working the way it is currently and
call use the program unix2dos to convert the output fil
Hi all,
my awk (which is actually gawk) shows strange End-Of-Line-behaviour
when redirecting the output to a file.
Note:
I use the old drive prefix "//" because of old scripts;
works perfect currently.
Example in bash:
$ awk '{ print "123\n456" } ' /etc/passwd > "c:/x"
(the /etc/passwd is just
5 matches
Mail list logo