Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-25 00:20:50 +00:00
parent 9b28211252
commit f4e4b40a39
35 changed files with 147 additions and 70 deletions

4
tldr/$
View File

@@ -12,6 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
`echo ${{VARIABLE}}`
- Run variable contents as a command:
`${{VARIABLE}}`
- Print the exit status of the previous command:
`echo $?`