commit | 091997e4c6f5655876a3133ae80b52c2d91a8216 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Sep 05 05:09:22 2015 -0500 |
committer | Rob Landley <rob@landley.net> | Sat Sep 05 05:09:22 2015 -0500 |
tree | c7c22a5e6f012c318e182b0ce884540b197393f9 | |
parent | c82343fe0bb293d3ed60b9122426f0bbcb0e58b0 [diff] |
ls -h support. It turns out that people are anticipating the switch to toybox ls from toolbox ls on the assumption that this will finally bring -h support. Let's not disappoint. I've merged two existing buffers in listfiles whose uses didn't overlap into one. It may be possible to cram this into toybuf with the other stuff, but it didn't seem worth the extra complexity for 64B of stack, especially since we were already living with that for time formatting anyway.