We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0b890 commit c4e5612Copy full SHA for c4e5612
docs/scripts/csvgrep.rst
@@ -75,4 +75,4 @@ Get the indices of the columns that contain matching text (``\x1e`` is the `Reco
75
76
.. code-block::
77
78
- csvgrep -m 222 -a -c 1- examples/realdata/FY09_EDU_Recipients_by_State.csv | csvformat -M $'\x1e' | xargs -d $'\x1e' -I_ sh -c "echo '_' | csvcut -n" | grep 222
+ csvgrep -m 222 -a -c 1- examples/realdata/FY09_EDU_Recipients_by_State.csv | csvformat -M $'\x1e' | xargs -d $'\x1e' -n1 sh -c 'echo $1 | csvcut -n' sh | grep 222
0 commit comments