Added one_liners

This commit is contained in:
daryl
2022-11-23 13:31:04 +10:30
parent 15aa13e2ad
commit 4bf2e28323

View File

@@ -6,6 +6,10 @@ https://devhints.io/bash
https://sharats.me/posts/shell-script-best-practices/ - awesome template of Good Things (TM) ...
... which then leads to https://news.ycombinator.com/item?id=33354286 - I need to read and consume this properly, so many interesting tool and usage suggestions.
## one_liners.bash
Collection of simple tricks not big enough to need a separate file.
## argument_parsing.bash
Handling command line argument / parameter parsing at the beginning of a script.