This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9e2ad549a7
tldr
/
pages
/
common
/
cat.md
207 B
Raw
Blame
History
cat
Print and concatenate files.
Print the contents of
file1
to the standard output
cat {{file1}}
Concatenate several files into the target file.
cat {{file1}} {{file2}} > {{target-file}}