all repos — website @ 5a245d74e3b60d2070827268e546347c67e2b072

personal website hosted at prithu.xyz, built using hugo

grammar
Prithu Goswami prithugoswami524@gmail.com
Wed, 13 May 2020 20:19:52 +0530
commit

5a245d74e3b60d2070827268e546347c67e2b072

parent

f9a6119a33c3d7a680a733566b218daaaae13f34

M hugo-site/content/posts/joys-of-configurable-programs/index.mdhugo-site/content/posts/joys-of-configurable-programs/index.md

@@ -1,5 +1,5 @@

--- -title: "The joys of configurable programs like vim and i3" +title: "The joys of using configurable programs like vim and i3" date: 2019-12-02T14:15:30+05:30 description: "I go through how i3 and vim can be used to setup a custom workspace for working with NS (network simulator) and Nam (network animator)" tags:
M hugo-site/content/posts/unix-pipeline/index.mdhugo-site/content/posts/unix-pipeline/index.md

@@ -326,7 +326,7 @@ 7,tt1130884,2018-10-08,2018-10-08,,Shutter Island,https://www.imdb.com/title/tt1130884/,movie,8.1,138,2010,"Mystery, Thriller",1075524,2010-02-13,Martin Scorsese

8,tt8772262,2019-12-27,2019-12-27,,Midsommar,https://www.imdb.com/title/tt8772262/,movie,7.1,148,2019,"Drama, Horror, Mystery, Thriller",150798,2019-06-24,Ari Aster {{< /highlight >}} -We can use `cut` to decide what fields we need to print: +We can use `cut` to decide which fields we need to print: {{< highlight bash >}} $ curl https://www.imdb.com/list/ls020046354/export | cut -d ',' -f 6