mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
basic byte and numeric sort
tests for numeric sort
This commit is contained in:
parent
9c27aac8fe
commit
bde6d8d643
14 changed files with 230 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -66,6 +66,7 @@ PROGS := \
|
|||
split \
|
||||
seq \
|
||||
shuf \
|
||||
sort \
|
||||
sum \
|
||||
sync \
|
||||
tac \
|
||||
|
@ -133,6 +134,7 @@ TEST_PROGS := \
|
|||
mkdir \
|
||||
nl \
|
||||
seq \
|
||||
sort \
|
||||
tr \
|
||||
truncate \
|
||||
unexpand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue