mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 04:54:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`{{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}}`
|
||||
|
||||
Reference in New Issue
Block a user