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

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

RE: grep


From: Ishai Ram
Subject: RE: grep
Date: Tue, 13 Apr 2004 16:43:23 +0200

Red Hat Linux release 9 (Shrike)
Kernel 2.4.20-8 on an i686

the command is:
grep '^[A-Z]' filename
or
grep '^[A-Z]' #stdin

expected result:
grep only lines beggining with Uppercase.
the result I get:
grep any line that beginns with any letter (ignoring case sencetivity).

There were no aliases and -i option was not used.


-----Original Message-----
From: Stepan Kasal
To: Ishai Ram
Cc: 'address@hidden'
Sent: 4/13/04 3:32 PM
Subject: Re: grep

Hello,

On Tue, Apr 13, 2004 at 11:51:01AM +0200, Ishai Ram wrote:
> grep '[A-Z]' file
> ignores case sensetivity
> not like from the stdin.
> grep -V: 2.5.1

excuse me, I don't understand.  Could you please be more specific?
What operating system do you use?
What commands have you typed?  What was the expected and actual output?

Stepan Kasal




reply via email to

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