You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ <h2>For data</h2>
40
40
<li><ahref="docs/csvcols/">csvcols</a> - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns</li>
41
41
<li><ahref="docs/csvfind/">csvfind</a> - a tool for filtering a CSV file rows by column</li>
42
42
<li><ahref="docs/csvjoin/">csvjoin</a> - a tool to join two CSV files on common values in designated columns, writes combined CSV rows</li>
43
-
<li><ahref="docs/csvrows/">csvrows</a> - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows</li>
43
+
<li><ahref="docs/csvrows/">csvrows</a> - a tool for formatting command line arguments into CSV columns of rows or filtering CSV for specific rows</li>
44
44
<li><ahref="docs/jsoncols/">jsoncols</a> - a tool for exploring and extracting JSON values into columns</li>
45
45
<li><ahref="docs/jsonjoin/">jsonjoin</a> - a tool for joining JSON object documents</li>
46
46
<li><ahref="docs/jsonmunge/">jsonmunge</a> - a tool to transform JSON documents into something else</li>
0 commit comments