all repos — website @ 0f893c89d816d4ada2bd86d39bc478c5610195a1

personal website hosted at prithu.xyz, built using hugo

Simple typo
Jibran Kalia jibran.kalia@gmail.com
Thu, 04 Jun 2020 21:19:18 -0500
commit

0f893c89d816d4ada2bd86d39bc478c5610195a1

parent

59f7dd0e8ba11c542d785067ff89d4b5b3509389

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`