From 97bc7a99385e8781a35d4a123ab53fab70d77d80 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 12 Aug 2026 05:43:11 +0300 Subject: [PATCH] $: add PID example (#23540) --- pages/common/$.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/$.md b/pages/common/$.md index 35e4896f87..ced2c37e53 100644 --- a/pages/common/$.md +++ b/pages/common/$.md @@ -11,9 +11,9 @@ `${{VARIABLE}}` -- Print the exit status of the previous command: +- Print the PID or the exit status of the previous command: -`echo $?` +`echo {{$!|$?}}` - Print a random number between 0 and 32767: