gsv
gsv
transforms a multi-line CSV into one-line CSV to make it easier to grep
.
gsv
is heavily inspired by gron.
gsv
transforms a multi-line CSV into one-line CSV to make it easier to grep
.
gsv
is heavily inspired by gron.
cat sample.csv
cat sample.csv | gsv
cat sample.csv | gsv | grep test
cat sample.csv | gsv | grep test | gsv -u
go install github.com/jiro4989/[email protected]
or download executables from GitHub Releases.