bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: du


From: Bob Proulx
Subject: Re: du
Date: Fri, 28 Dec 2007 15:06:59 -0700
User-agent: Mutt/1.5.13 (2006-08-11)

Lenny Schrieber wrote:
> Try this:
> 
> cd /usr/share/zoneinfo/America
> du -a . | grep New_York
> 
> cd /usr/share/zoneinfo
> du -a . | grep New_York
> 
> In the first one we get New_York.  In the second, we don't.

I cannot reproduce your problem.  On my system I see the following:

  /usr/share/zoneinfo/America$ du -a . | grep New_York
  4       ./New_York

  /usr/share/zoneinfo$ du -a . | grep New_York
  4       ./America/New_York
  4       ./right/America/New_York
  4       ./posix/America/New_York

What version of coreutils are you using?  On what system?

  $ du --version

  $ uname -a

> The information contained in this communication is confidential and

Many people refuse to respond to messages with those types of
disclaimers.  The disclaimer itself actually says that they should
not!  In the future consider using a different email account such as
any of the many free email accounts available on the Internet that
does not include such disclaimers.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]