bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Decimal point or decimal comma


From: Paul Jarc
Subject: Re: Decimal point or decimal comma
Date: Mon, 10 Aug 2009 02:42:38 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Aharon Robbins <address@hidden> wrote:
> See the  --use-lc-numeric option which will give you what you want.
>
> You will have to use a shell script to invoke gawk with this option, since
> it can't be combined on a #! line.

But you can combine the shell and gawk scripts into one file:
#!/bin/sh
"eval" "exec gawk --use-lc-numeric -f \"$0\" ${1+\"address@hidden"}" && 0
... gawk code, which the shell won't see ...


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]