From 4bf2e28323f08b981330249b91566917f9fca885 Mon Sep 17 00:00:00 2001 From: daryl Date: Wed, 23 Nov 2022 13:31:04 +1030 Subject: [PATCH] Added one_liners --- bash/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/README.md b/bash/README.md index d32db92..adcae7d 100644 --- a/bash/README.md +++ b/bash/README.md @@ -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.