<: add clarification (#14222)

This commit is contained in:
Managor
2024-10-16 10:04:14 +03:00
committed by GitHub
parent 57d98ea714
commit ef4b9a3f19

View File

@@ -11,6 +11,6 @@
`{{command}} << {{EOF}} <Enter> {{multiline_data}} <Enter> {{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}}`