mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
The basic implementation of join with some tests. The supported options: -1, -2, -j, -a, -i.
10 lines
60 B
Plaintext
10 lines
60 B
Plaintext
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
|