diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-19 18:16:49 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-19 18:16:49 +0000 |
commit | 27fdd081efa060edf7467c43d76071f1c960d228 (patch) | |
tree | 08a2b97f388598f9eb6f84c0c6b63602a9f0f89e /TODO | |
parent | e272915e1ffd6978ef3555ce4ae1798a9fbcee56 (diff) | |
download | busybox-w32-27fdd081efa060edf7467c43d76071f1c960d228.tar.gz busybox-w32-27fdd081efa060edf7467c43d76071f1c960d228.tar.bz2 busybox-w32-27fdd081efa060edf7467c43d76071f1c960d228.zip |
Fixed du. Now behaves just like GNU du (only less so).
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 25 |
1 files changed, 9 insertions, 16 deletions
@@ -53,15 +53,6 @@ Some known bugs, todo items, etc... | |||
53 | ----------------------- | 53 | ----------------------- |
54 | 54 | ||
55 | 55 | ||
56 | [andersen@slag busybox]$ ./busybox du /bin | ||
57 | 6213 /bin | ||
58 | [andersen@slag busybox]$ du /bin | ||
59 | 2971 /bin | ||
60 | [andersen@slag busybox]$ du --block-size=512 /bin | ||
61 | 5943 /bin | ||
62 | |||
63 | ----------------------- | ||
64 | |||
65 | -rw-r--r-- 1000/1000 4398 2000-01-06 21:55 uniq.c | 56 | -rw-r--r-- 1000/1000 4398 2000-01-06 21:55 uniq.c |
66 | -rw-r--r-- 1000/1000 1568 1999-10-20 18:08 update.c | 57 | -rw-r--r-- 1000/1000 1568 1999-10-20 18:08 update.c |
67 | -rw-r----- 0/1000 1168 2000-01-29 21:03 update.o | 58 | -rw-r----- 0/1000 1168 2000-01-29 21:03 update.o |
@@ -89,13 +80,6 @@ function without this. Will you have the time to add this soon? | |||
89 | 80 | ||
90 | ----------------------- | 81 | ----------------------- |
91 | 82 | ||
92 | |||
93 | /bin/busybox --install -s which makes all links to commands that it | ||
94 | can support (an optionnal -s should be used for symbolic links instead | ||
95 | of hard links). | ||
96 | |||
97 | ----------------------- | ||
98 | |||
99 | cd /mnt | 83 | cd /mnt |
100 | mkdir BACKUP | 84 | mkdir BACKUP |
101 | mv * BACKUP | 85 | mv * BACKUP |
@@ -105,3 +89,12 @@ work properly either when renaming a directory into something else | |||
105 | (it produces a lot of disk activity when doing this). | 89 | (it produces a lot of disk activity when doing this). |
106 | 90 | ||
107 | 91 | ||
92 | ----------------------- | ||
93 | |||
94 | |||
95 | Feature request: | ||
96 | |||
97 | /bin/busybox --install -s which makes all links to commands that it | ||
98 | can support (an optionnal -s should be used for symbolic links instead | ||
99 | of hard links). | ||
100 | |||