Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-27 00:21:02 +00:00
parent 47db9e503e
commit 5bf37ece1a
136 changed files with 315 additions and 144 deletions

4
tldr/{
View File

@@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git
`echo ${!variable}`
- Capitalize all the characters:
- Group command output together:
`echo ${variable^^}`
`{ {{command1; command2; ...}} } | {{another_command}}`