mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 20:24:54 +02:00
commit
4a11a4a170
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@
|
||||||
|
|
||||||
`cat {{file1}}`
|
`cat {{file1}}`
|
||||||
|
|
||||||
- Sequentially print the contents of *file1* and *file2* to the file *file3*.
|
- Concatenate several files into the target file.
|
||||||
|
|
||||||
`cat {{file1}} {{file2}} > {{file3}}`
|
`cat {{file1}} {{file2}} > {{target-file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue