From f21bc57cdf74f062bc37ea286f5518f93683aae2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:42:07 +0300 Subject: [PATCH] ^: add print example (#16921) --- pages/common/^.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/^.md b/pages/common/^.md index 56a8b0c1cb..e31f329d9a 100644 --- a/pages/common/^.md +++ b/pages/common/^.md @@ -19,3 +19,7 @@ - Replace all occurrences of `string1`: `^{{string1}}^{{string2}}^:&` + +- Print the substituted command without running it: + +`^{{string1}}^{{string2}}^:p`