1
0
Fork 0
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:
Managor 2025-06-24 16:24:56 +03:00 committed by GitHub
parent 31820a6d5d
commit 44189b0ae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,10 @@
`echo ${{VARIABLE}}`
- Run variable contents as a command:
`${{VARIABLE}}`
- Print the exit status of the previous command:
`echo $?`