coreutils/tests/fixtures/join/different_field.expected
Konstantin Pospelov b33ce67d91 join: implement basic functionality
The basic implementation of join with some tests. The supported
options: -1, -2, -j, -a, -i.
2017-12-14 00:02:42 +03:00

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