mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 06:00:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,13 +18,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Merge two files side by side, each in its column, using TAB as delimiter:
|
||||
|
||||
`paste {{file1}} {{file2}}`
|
||||
`paste {{path/to/file1}} {{path/to/file2}}`
|
||||
|
||||
- Merge two files side by side, each in its column, using the specified delimiter:
|
||||
|
||||
`paste -d {{delimiter}} {{file1}} {{file2}}`
|
||||
`paste -d {{delimiter}} {{path/to/file1}} {{path/to/file2}}`
|
||||
|
||||
- Merge two files, with lines added alternatively:
|
||||
|
||||
`paste -d '
|
||||
' {{file1}} {{file2}}`
|
||||
' {{path/to/file1}} {{path/to/file2}}`
|
||||
|
||||
Reference in New Issue
Block a user