1
Fork 0
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:
Konstantin Pospelov 2018-01-06 22:49:07 +03:00
parent 49cf7c2a5b
commit 12c5c951fb
5 changed files with 259 additions and 58 deletions

View file

@ -0,0 +1,5 @@
1 a a
2 b b
3 c d
4 d g
5 e i

View file

@ -0,0 +1,5 @@
1 a
2 b c
3 d e f
4 g h
5 i

View file

@ -0,0 +1,6 @@
f 2 a
g 3 b
h 4 c
i 5 f
j 6 g
k 7 h