From a32221c1b297a8e143b0e3a625f0baec05658779 Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Sat, 25 May 2019 11:48:18 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d2444..d56f9fc 100755 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ EOF - For YAML, use [`shyaml`](https://github.com/0k/shyaml). -- For Excel or CSV files, [csvkit](https://github.com/onyxfish/csvkit) provides `in2csv`, `csvcut`, `csvjoin`, `csvgrep`, etc. +- For Excel or CSV files, [csvkit](https://github.com/onyxfish/csvkit) provides `in2csv`, `csvcut`, `csvjoin`, `csvgrep`, etc. Alternatively, you can execute SQL queries directly on CSV files using [`q`](http://harelba.github.io/q/). - For Amazon S3, [`s3cmd`](https://github.com/s3tools/s3cmd) is convenient and [`s4cmd`](https://github.com/bloomreach/s4cmd) is faster. Amazon's [`aws`](https://github.com/aws/aws-cli) and the improved [`saws`](https://github.com/donnemartin/saws) are essential for other AWS-related tasks.