-
Curious how to do it. For example given:
What would be the working command to run a literal search on the |
Beta Was this translation helpful? Give feedback.
Answered by
aborruso
Aug 31, 2024
Replies: 1 comment 1 reply
-
Hi @rzmk, two ways among many:
There is a good documentation.
Basically it's In the option you have And once again a good documentation for select. If you run
you get several examples
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rzmk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rzmk, two ways among many:
There is a good documentation.
Basically it's
qsv search [options] <regex> [<input>]
In the option you have
-s
: Select the columns to search. See 'qsv select -h' for the full syntax.And once again a good documentation for select. If you run
qsv select -h
you get several examples