1
Fork 0
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:
Michael Yin 2014-07-07 10:55:47 -04:00
parent 9c27aac8fe
commit bde6d8d643
14 changed files with 230 additions and 0 deletions

View file

@ -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