mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
$: add running example (#16922)
This commit is contained in:
parent
31820a6d5d
commit
44189b0ae5
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`echo ${{VARIABLE}}`
|
||||
|
||||
- Run variable contents as a command:
|
||||
|
||||
`${{VARIABLE}}`
|
||||
|
||||
- Print the exit status of the previous command:
|
||||
|
||||
`echo $?`
|
||||
|
|
Loading…
Add table
Reference in a new issue