Merge pull request #202 from igorshubovych/cat

Pages: cat
This commit is contained in:
Romain Prieto
2014-05-13 09:33:17 +10:00

11
pages/common/cat.md Normal file
View File

@@ -0,0 +1,11 @@
# cat
> Print and concatenate files.
- Print the contents of *file1* to the standard output
`cat {{file1}}`
- Sequentially print the contents of *file1* and *file2* to the file *file3*.
`cat {{file1}} {{file2}} > {{file3}}`