bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Grep 2.4.2


From: Bob Proulx
Subject: Re: Grep 2.4.2
Date: Sun, 15 Sep 2002 14:22:14 -0600
User-agent: Mutt/1.4i

Berke Durak <address@hidden> [2002-09-15 21:53:22 +0200]:
> $ echo 'a' | grep '^[A-Z]'
> $ echo 'b' | grep '^[A-Z]'
> b

What is your 'locale' setting?  What does the output of 'locale' say?

  locale

What system are you running this on?

  uname -a

Does this work?

  echo 'a' | LC_ALL=POSIX grep '^[A-Z]'
  echo 'b' | LC_ALL=POSIX grep '^[A-Z]'

Bob




reply via email to

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