mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
join: implement the -o option
This commit is contained in:
parent
49cf7c2a5b
commit
12c5c951fb
5 changed files with 259 additions and 58 deletions
5
tests/fixtures/join/autoformat.expected
vendored
Normal file
5
tests/fixtures/join/autoformat.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
1 a a
|
||||
2 b b
|
||||
3 c d
|
||||
4 d g
|
||||
5 e i
|
5
tests/fixtures/join/different_lengths.txt
vendored
Normal file
5
tests/fixtures/join/different_lengths.txt
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
1 a
|
||||
2 b c
|
||||
3 d e f
|
||||
4 g h
|
||||
5 i
|
6
tests/fixtures/join/unpaired_lines_format.expected
vendored
Normal file
6
tests/fixtures/join/unpaired_lines_format.expected
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
f 2 a
|
||||
g 3 b
|
||||
h 4 c
|
||||
i 5 f
|
||||
j 6 g
|
||||
k 7 h
|
Loading…
Add table
Add a link
Reference in a new issue