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

feat(df) add 'df' uutil

This commit is contained in:
Sylvestre Ledru 2020-04-28 09:34:55 +02:00 committed by Roy Ivy III
parent f734d48405
commit d5228b5a64
9 changed files with 788 additions and 6 deletions

View file

@ -54,6 +54,7 @@ generic! {
"cut", test_cut;
"dircolors", test_dircolors;
"dirname", test_dirname;
"df", test_df;
"du", test_du;
"echo", test_echo;
"env", test_env;