Skip to content

Commit

Permalink
make two TODO plains
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Apr 11, 2016
1 parent f506c71 commit f139602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ You can also add the directory of the executable file to environment variable
- `tab2csv` convert tabular format to CSV
- `space2tab` convert space delimited format to CSV
- `transpose` transpose CSV data
- `csv2md` convert CSV to markdown format (TODO)

**Set operations**

- `cut` select parts of fields
- `uniq` unique data without sorting
- `inter` intersection of multiple files
- `grep` grep data by selected fields with patterns/regular expressions
- `filter` filter data by values of selected fields, supporting math/string expression (not impelemented yet)
- `filter` filter data by values of selected fields with math expression (TODO)
- `join` join multiple CSV files by selected fields

**Edit**
Expand Down
2 changes: 1 addition & 1 deletion doc/site
Submodule site updated from aa97e1 to 22be98

0 comments on commit f139602

Please sign in to comment.