From fdce5a4f522253faa6dc1959d49352e0d5de3110 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 18 Apr 2024 00:40:24 +0200 Subject: [PATCH] shell: added pure sh bible --- wiki/linux/shell.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/linux/shell.md b/wiki/linux/shell.md index c48ca78..90fc4ce 100644 --- a/wiki/linux/shell.md +++ b/wiki/linux/shell.md @@ -26,6 +26,12 @@ This section addresses various different functions by and actions that can be taken with shell commands. The focus is mostly on POSIX-compliant shells and scripts that are compatible with POSIX. +A helpful resource for shell scripts is +[the pure sh bible](https://github.com/dylanaraps/pure-sh-bible). +There are similar repositories and resources for functions that are outside the scope of POSIX +shells. +Because of that and their issue regarding compatibility they will not be mentioned here. + ### Symbolic Links using `ln` `ln` is a command to create links between files and folders.