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.
6 lines
48 B
Text
6 lines
48 B
Text
2 b a f
|
|
3 c b g
|
|
4 d c h
|
|
5 e f i
|
|
6 f g j
|
|
7 g h k
|