From 97df1d8c9174038eddd53f3b66d6525627f6eb72 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 12 Jul 2015 11:58:27 +0200 Subject: [PATCH] Fix some typos, add link to jq --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6360505..7b543f4 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Notes: - In ssh, knowing how to port tunnel with `-L` or `-D` (and occasionally `-R`) is useful, e.g. to access web sites from a remote server. -- It can be useful to make a few optimizations to your ssh configuration; for example, this `~/.ssh/config` contains settings to avoid dropped connections in certain network environments, use compression (which is helpful with scp over low-bandwidth connections), and multiplex channels to the same server with a local control file: +- It can be useful to make a few optimizations to your ssh configuration; for example, this `~/.ssh/config` contains settings to avoid dropped connections in certain network environments, uses compression (which is helpful with scp over low-bandwidth connections), and multiplex channels to the same server with a local control file: ``` TCPKeepAlive=yes ServerAliveInterval=15 @@ -168,7 +168,7 @@ Notes: - If you must handle XML, `xmlstarlet` is old but good. -- For JSON, use `jq`. +- For JSON, use [`jq`](http://stedolan.github.io/jq/). - For Excel or CSV files, [csvkit](https://github.com/onyxfish/csvkit) provides `in2csv`, `csvcut`, `csvjoin`, `csvgrep`, etc. @@ -325,7 +325,7 @@ A few examples of piecing together commands: - `look`: find English words (or lines in a file) beginning with a string -- `cut` and `paste` and `join`: data manipulation +- `cut`, `paste` and `join`: data manipulation - `fmt`: format text paragraphs