mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 18:04:55 +02:00
join: add -t example
This commit is contained in:
parent
48e16bc381
commit
abbc8917de
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
`join {{file1}} {{file2}}`
|
`join {{file1}} {{file2}}`
|
||||||
|
|
||||||
|
- Join two files using a comma (instead of space) as a field separator:
|
||||||
|
|
||||||
|
`join -t ',' {{file1}} {{file2}}`
|
||||||
|
|
||||||
- Join field3 of file1 with field1 of file2:
|
- Join field3 of file1 with field1 of file2:
|
||||||
|
|
||||||
`join -1 3 -2 1 {{file1}} {{file2}}`
|
`join -1 3 -2 1 {{file1}} {{file2}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue