2022-11-28
|~2 min read
|347 words
I haven’t had many opportunities to play around with building CLIs or reading data from with Node in a while, so today I decided to play…
2022-11-28
|~2 min read
|212 words
When I’m working in bash, it’s common that I’ll want to sequence operations together so that one naturally follows another. For example…
2022-11-28
|~1 min read
|170 words
Today I wanted to learn how to programmatically update a file with shell scripting. Turns out that there are multiple approaches and it…