mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
$: add running example (#16922)
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
`echo ${{VARIABLE}}`
|
||||
|
||||
- Run variable contents as a command:
|
||||
|
||||
`${{VARIABLE}}`
|
||||
|
||||
- Print the exit status of the previous command:
|
||||
|
||||
`echo $?`
|
||||
|
||||
Reference in New Issue
Block a user