mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00

The basic implementation of join with some tests. The supported options: -1, -2, -j, -a, -i.
9 lines
60 B
Text
9 lines
60 B
Text
1 a
|
|
2 a f b
|
|
3 b g c
|
|
4 c h d
|
|
5 f i e
|
|
6 g j f
|
|
7 h k g
|
|
8 h
|
|
9 i
|