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}}`