mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
join: implement basic functionality
The basic implementation of join with some tests. The supported options: -1, -2, -j, -a, -i.
This commit is contained in:
parent
372dda9dfa
commit
b33ce67d91
19 changed files with 560 additions and 0 deletions
|
@ -69,6 +69,7 @@ fuchsia = [
|
|||
generic = [
|
||||
"cat",
|
||||
"hashsum",
|
||||
"join",
|
||||
"more",
|
||||
"ln",
|
||||
"ls",
|
||||
|
@ -178,6 +179,7 @@ hostid = { optional=true, path="src/hostid" }
|
|||
hostname = { optional=true, path="src/hostname" }
|
||||
id = { optional=true, path="src/id" }
|
||||
install = { optional=true, path="src/install" }
|
||||
join = { optional=true, path="src/join" }
|
||||
kill = { optional=true, path="src/kill" }
|
||||
link = { optional=true, path="src/link" }
|
||||
ln = { optional=true, path="src/ln" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue