1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

shell: added pure sh bible

This commit is contained in:
tiyn 2024-04-18 00:40:24 +02:00
parent 6449503fcf
commit fdce5a4f52

@ -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.