Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-11 00:13:24 +00:00
parent e537ac4e2a
commit 5e19e68038
14 changed files with 18 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
`printf "{{var1: %s var2: %s
}}" "{{$VAR1}}" "{{$VAR2}}"`
- Store a formatted message in a variable (does not work on zsh):
- Store a formatted message in a variable (does not work on Zsh):
`printf -v {{myvar}} {{"This is %s = %d
" "a year" 2016}}`