- Oct
- 362
- 2
Greetings --
I am trying to tun gawk and getting a error --
the awk cmd is
awk `{ print $1}`
I used the ` char since the jpsoft doc note that the contents are pass
to the program as-is, but gawk generate an error message that ` is
invalid -- how is the ` getting into the gawk program
I am trying to tun gawk and getting a error --
the awk cmd is
awk `{ print $1}`
I used the ` char since the jpsoft doc note that the contents are pass
to the program as-is, but gawk generate an error message that ` is
invalid -- how is the ` getting into the gawk program