1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Add numfmt

This commit is contained in:
Yury Krivopalov 2017-10-22 10:57:49 +03:00
parent f2b952db54
commit b2ad51839b
7 changed files with 504 additions and 0 deletions

View file

@ -63,6 +63,7 @@ generic! {
"ls", test_ls;
"mkdir", test_mkdir;
"mktemp", test_mktemp;
"numfmt", test_numfmt;
"nl", test_nl;
"od", test_od;
"paste", test_paste;