From 1f2bf8a1626606f9d2aadf104de26f2c89a3d26c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:55:36 +0200 Subject: [PATCH] $: add $PS0 to examples (#15208) --- pages/common/$.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/$.md b/pages/common/$.md index 6adcaca886..0bf05a5c90 100644 --- a/pages/common/$.md +++ b/pages/common/$.md @@ -17,7 +17,7 @@ - Print one of the prompt strings: -`echo ${{PS1|PS2|PS3|PS4}}` +`echo ${{PS0|PS1|PS2|PS3|PS4}}` - Expand with the output of `command` and run it. Same as enclosing `command` in backtics: