<div dir="ltr">I noticed that the du toy ignores a -d0 option. (0 is the default maxdepth.) Is this a bug?<div><br></div><div>With GNU coreutils and FreeBSD, du -d0 is the same as du -s. I tried to fix toybox by defaulting TT.maxdepth to -1, but the argument parser didn't like "d#<0=-1". IIRC, it didn't recognize '-' as starting a number.</div><div><br></div><div>-Ryan</div><div><br></div></div>