1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 23:46:02 +02:00

cat: fix tokens

This commit is contained in:
Igor Shubovych 2015-11-22 23:09:29 +02:00
parent 6f11b8fedc
commit b5175c1c58

View file

@ -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}} {{file3}} > {{target-file}}`