all repos — website @ d63ac62fb06d7b876ae345e80ca86d11847c3dfa

personal website hosted at prithu.xyz, built using hugo

Merge pull request #1 from JibranKalia/patch-1

Simple typo
Prithu Goswami prithugoswami524@gmail.com
Fri, 05 Jun 2020 09:02:13 +0530
commit

d63ac62fb06d7b876ae345e80ca86d11847c3dfa

parent

2ff06908bf05c83b964749d43e9d304cebb65693

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M content/posts/unix-pipeline/index.mdcontent/posts/unix-pipeline/index.md

@@ -148,7 +148,7 @@ differently. Obviously, you can get around this by simply changing the

'User-Agent' header, but I just went with `wget`. Wget has a `-O` to provide the output filename. Most programs that take such an option also allow a value of `-` which represents the standard output or input depending on the context. -The `-q` option just tells wget to be quite and not print things like progress +The `-q` option just tells wget to be quiet and not print things like progress status. Now we get a big JSON structure to work with. Now, to parse and use this JSON data meaningfully on the command line, we can use [`jq`](https://stedolan.github.io/jq/). `jq` can be thought of as `sed`/`awk`