mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 10:50:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -32,7 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`cat <<- {{EOF}} > {{path/to/file.txt}} <Enter> {{multiline_data}} <Enter> {{EOF}}`
|
||||
|
||||
- Pass command output to a program as a file descriptor:
|
||||
- Pass command output to a program as a file descriptor (Note: unlike the rest of these, this replaces the argument in-place with a file path like `/dev/fd/63`):
|
||||
|
||||
`diff <({{command1}}) <({{command2}})`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user