Add HUMAN_READABLE define for -m and -h support in du, df, and ls
authorRichard June <rjune@bravegnuworld.com>
Mon, 22 Jan 2001 22:35:38 +0000 (22:35 -0000)
committerRichard June <rjune@bravegnuworld.com>
Mon, 22 Jan 2001 22:35:38 +0000 (22:35 -0000)
commit6d0921cc0bb01b1d090285c487f8c1120dfa5d3a
tree97ed53aec9cbe3a3021804e9758abb3e04f05879
parent3b3f5c364a486dc2c081f0684a4315740f349be1
Add HUMAN_READABLE define for -m and -h support in du, df, and ls
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default)
Fix bug #1084
12 files changed:
Config.h
applets/usage.c
busybox.h
coreutils/df.c
coreutils/du.c
coreutils/ls.c
df.c
du.c
include/busybox.h
ls.c
usage.c
utility.c