mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +00:00
b33ce67d91
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
|