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:
parent
78d41c7f74
commit
5d7da65f0b
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@
|
|||
|
||||
`echo ${!variable}`
|
||||
|
||||
- Capitalize all the characters:
|
||||
- Group command output together:
|
||||
|
||||
`echo ${variable^^}`
|
||||
`{ {{command1; command2; ...}} } | {{another_command}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue