mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 23:35:26 +02:00
<: add clarification (#14222)
This commit is contained in:
parent
57d98ea714
commit
ef4b9a3f19
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue