Andreas Schwab <[EMAIL PROTECTED]> writes:

> I just checked various *BSD manpages, and they explicitly say to count
> hard links only once per invocation, so it is probably better to stay
> compatible here.  (POSIX is not that clear in this point, but it appears
> to be a valid interpretation.)

Solaris 'du' does things the old-fashioned way, and resets the link
counters after every command-line argument.  I think it's better to be
compatible with BSD, though.  For one thing, you can easily simulate
the Solaris functionality with the BSD functionality (simply by
invoking du once for each argument), but the reverse is not true.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to