Note your sample data has issues with embedded field separator data.
On Wed, Sep 23, 2020 at 2:04 PM Rich Shepard <[email protected]> wrote: > > On Wed, 23 Sep 2020, Robert Citek wrote: > > > Couldn't help to golf that. :) > > awk -v FS=, '$7 !~ /Gen12[cu]/' > > Robert, > > That's another alternative I didn't see or think of trying. > > Thanks, > > Rich > _______________________________________________ > PLUG: https://pdxlinux.org > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug _______________________________________________ PLUG: https://pdxlinux.org PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
