From be3cae3b0a9e6c1fae0aa5e2a5053e7f5a68f1d9 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 23 Jan 2020 18:48:44 +0100 Subject: [PATCH] Updated Coding Style (markdown) --- Coding-Style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-Style.md b/Coding-Style.md index 301d0fa..db1c0ac 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -67,4 +67,4 @@ * Every operation (string, etc.) which works with bash internal functions: **use them whenever possible** (replacing tr/sed/awk), see e.g. http://www.cyberciti.biz/tips/bash-shell-parameter-substitution-2.html * Avoid a mix of several external binaries e.g. (sed and grep and tr) if you can achieve the same with bash. Or at least with a single binary e.g. awk. -* Be careful with very advanced bash features. Mac OS X is still using bash version 3.2 ([http://tldp.org/LDP/abs/html/bashver4.html](differences)) \ No newline at end of file +* Be careful with very advanced bash features. Mac OS X is still using bash version 3.2 ([differences]( http://tldp.org/LDP/abs/html/bashver4.html)) \ No newline at end of file