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


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils
  • du Lenny Schrieber
    • Re: du Bob Proulx

Reply via email to