Marco TĂșlio Gontijo e Silva wrote:

> Package: coreutils
> Version: 7.1-2
> Severity: normal
>
> In du(1), it sais that du -H is the same as du --si, but it's not what I get:
>
> mar...@zezinho:/etc/apt$ du -H
> 16      ./apt.conf.d
> 12      ./sources.list.d
> 64      .
> mar...@zezinho:/etc/apt$ du --si
> 17k     ./apt.conf.d
> 13k     ./sources.list.d
> 66k     .

Thanks for the report.
Maybe the man page is out of date?
>From 7.1's NEWS:

    du: -H (initially equivalent to --si) is now equivalent to
    --dereference-args, and thus works as POSIX requires

And --help (from which man page is supposed to be generated) says this:

    $ du --help|grep -e -H
      -H                    equivalent to --dereference-args (-D)



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to