mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
Charlie Brady wrote:
> Here's another awk parsing problem - unary post increment - pre is fine:
>
>bash-2.05a$ echo 2,3 | gawk -F , '{ $2++ }'
>bash-2.05a$ echo 2,3 | /tmp/busybox/busybox awk -F , '{ $2++ }'
>awk: cmd. line:1: Unexpected token
>
Here's a fix for this. There is another problem with constructions like
"print (A+B) ++C", I don't
know whether somebody uses such constructions (fixing both these
problems would require very
serious change in awk code).
|
||
|---|---|---|
| .. | ||
| awk.c | ||
| Config.in | ||
| Makefile | ||
| Makefile.in | ||
| patch.c | ||
| sed.c | ||
| vi.c | ||