Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-29 00:23:53 +00:00
parent 262de4bc4f
commit 65da745d60
15 changed files with 216 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
`read <<< "{{The surname is Bond}}" {{_ variable1 _ variable2}}`
- Do not let backslash (\) act as an escape character:
- Do not let backslash (`\`) act as an escape character:
`read -r {{variable}}`