On Wed, 23 Sep 2020, [email protected] wrote:
cat inputFile | awk -v FS=, '$7~/Gen12c|Gen12u/ {next; } {print;}' >
outFile
Thank, Tomas. That's one I hadn't tried. Stay well, Rich _______________________________________________ PLUG: https://pdxlinux.org PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
