1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

{: change example (#16256)

This commit is contained in:
Managor 2025-04-26 05:55:06 +03:00 committed by GitHub
parent 78d41c7f74
commit 5d7da65f0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,6 @@
`echo ${!variable}`
- Capitalize all the characters:
- Group command output together:
`echo ${variable^^}`
`{ {{command1; command2; ...}} } | {{another_command}}`