From 44189b0ae5f3fe548153d966546a5e3293381cee Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:24:56 +0300 Subject: [PATCH] $: add running example (#16922) --- pages/common/$.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/$.md b/pages/common/$.md index 4b4816b261..2b1a8074de 100644 --- a/pages/common/$.md +++ b/pages/common/$.md @@ -7,6 +7,10 @@ `echo ${{VARIABLE}}` +- Run variable contents as a command: + +`${{VARIABLE}}` + - Print the exit status of the previous command: `echo $?`