From 5d7da65f0befb7fdab48cd0f7306a24c1fee1415 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 26 Apr 2025 05:55:06 +0300 Subject: [PATCH] {: change example (#16256) --- pages/common/{.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/{.md b/pages/common/{.md index ea75bf4fe0..db7da72f9f 100644 --- a/pages/common/{.md +++ b/pages/common/{.md @@ -31,6 +31,6 @@ `echo ${!variable}` -- Capitalize all the characters: +- Group command output together: -`echo ${variable^^}` +`{ {{command1; command2; ...}} } | {{another_command}}`