mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
Merge pull request #692 from andyxning/update_cat_command
update cat command
This commit is contained in:
commit
ae862661a5
1 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`cat {{file1}} {{file2}} > {{target-file}}`
|
`cat {{file1}} {{file2}} > {{target-file}}`
|
||||||
|
|
||||||
- Append serveral files into the target file:
|
- Append several files into the target file:
|
||||||
|
|
||||||
`cat {{file1}} {{file2}} >> {{target-file}}`
|
`cat {{file1}} {{file2}} >> {{target-file}}`
|
||||||
|
|
||||||
|
- Number all output lines:
|
||||||
|
|
||||||
|
`cat -n {{file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue