Skip to content

Commit

Permalink
awk by example
Browse files Browse the repository at this point in the history
  • Loading branch information
secretGeek committed Nov 16, 2018
1 parent f468cf3 commit 71cfdc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Here are some awesome tools for dealing with CSV:
* [XSV](https://github.com/BurntSushi/xsv): a fast CSV command-line toolkit written in Rust
* [sed (gnu tool)](https://www.gnu.org/software/sed/manual/sed.html): stream editor
* [gawk (gnu tool)](https://www.gnu.org/software/gawk/manual/gawk.html): text processing and data extraction using [awk](http://pubs.opengroup.org/onlinepubs/009695399/utilities/awk.html)
* [awk by example](https://github.com/learnbyexample/Command-line-text-processing/blob/master/gnu_awk.md#default-field-separation): comprehensive examples of using awk
* [Miller](http://johnkerl.org/miller/doc/): like sed / awk / cut / join / sort etc for name-indexed data such as CSV
* [ParaText](http://www.wise.io/tech/paratext): CSV parsing at 2.5 GB per second
* [CSVGet](http://github.com/fizx/csvget/tree/master): get structured data from sites as CSV
Expand Down
1 change: 1 addition & 0 deletions awesomecsv.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Awesome CSV Tools,CSVKit,http://csvkit.readthedocs.org/en/0.7.3/,"CSV utilities
Awesome CSV Tools,XSV,https://github.com/BurntSushi/xsv,"a fast CSV command-line toolkit written in Rust"
Awesome CSV Tools,sed (gnu tool),https://www.gnu.org/software/sed/manual/sed.html,"stream editor"
Awesome CSV Tools,gawk (gnu tool),https://www.gnu.org/software/gawk/manual/gawk.html,"text processing and data extraction using [awk](http://pubs.opengroup.org/onlinepubs/009695399/utilities/awk.html)"
Awesome CSV Tools,awk by example,https://github.com/learnbyexample/Command-line-text-processing/blob/master/gnu_awk.md#default-field-separation,comprehensive examples of using awk
Awesome CSV Tools,Miller,http://johnkerl.org/miller/doc/,"like sed / awk / cut / join / sort etc. for name-indexed data such as CSV"
Awesome CSV Tools,ParaText,http://www.wise.io/tech/paratext,"CSV parsing at 2.5 GB per second"
Awesome CSV Tools,CSVGet,http://github.com/fizx/csvget/tree/master,"get structured data from sites as CSV"
Expand Down

0 comments on commit 71cfdc7

Please sign in to comment.