2022-11-28
|~1 min read
|83 words
When you write shell functions, it is sometimes useful to call a different function (smaller functions are easier to comprehend). How do you…
2022-11-28
|~3 min read
|439 words
I find myself writing the following command multiple times daily. I had been reading a little about bash functions and wanted to see if I…