1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

cat: minor fix

This commit is contained in:
Igor Shubovych 2015-11-24 00:05:54 +02:00
parent b5175c1c58
commit 1cb680cdc8

View file

@ -8,4 +8,4 @@
- Concatenate several files into the target file.
`cat {{file1}} {{file2}} {{file3}} > {{target-file}}`
`cat {{file1}} {{file2}} > {{target-file}}`