Looking at the docs for csvgrep https://csvkit.readthedocs.io/en/1.0.2/scripts/csvgrep.html
I don't inherently see a way to search for multiple strings? Am I missing something?
csvgrep -c 1 -m "test" -m " test2" file.csv | csvlook | less -s
Looking at the docs for csvgrep https://csvkit.readthedocs.io/en/1.0.2/scripts/csvgrep.html
I don't inherently see a way to search for multiple strings? Am I missing something?
csvgrep -c 1 -m "test" -m " test2" file.csv | csvlook | less -s
Copyright © 2021 Jogjafile Inc.
you must use regex syntax