Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-01 00:18:33 +00:00
parent 2a6f4078bf
commit 6a2d6bb8c0
6 changed files with 50 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
# local
> Declare local variables and give them attributes.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>.
> See also: `declare`.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-local>.
- Declare a string variable with the specified value: