[PLUG] Gawk script not working as intended [RESOLVED]

Rich Shepard rshepard at appl-ecosys.com
Mon May 20 21:26:34 UTC 2019


On Mon, 20 May 2019, Robert Citek wrote:

> This is what I am getting:
>
> $ cat plug.awk
> #!/usr/bin/awk
>
> BEGIN { FS=OFS="," }
> { if ( $5 ~ /'Legal Contact'/ ) # double quotes also fail
>
> Is that what you are looking for?

Robert,

Ah, ha! I did not realize that the tilde needed a following space, too. I
missed that critical point in my readings.

Thanks,

Rich



More information about the PLUG mailing list