From ef4b9a3f192066ef6c2fb0ff22e4841b9458c6ec Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:04:14 +0300 Subject: [PATCH] <: add clarification (#14222) --- pages/common/less-than.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/less-than.md b/pages/common/less-than.md index 624cc664ef..6893dac8e7 100644 --- a/pages/common/less-than.md +++ b/pages/common/less-than.md @@ -11,6 +11,6 @@ `{{command}} << {{EOF}} {{multiline_data}} {{EOF}}` -- Create a here string and pass that into `stdin`: +- Create a here string and pass that into `stdin` (achieves the same effect as `echo string |`): `{{command}} <<< {{string}}`