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

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

Re: Grep - possible bug with escaped brackets


From: Stepan Kasal
Subject: Re: Grep - possible bug with escaped brackets
Date: Tue, 7 Jun 2005 15:06:34 +0200
User-agent: Mutt/1.4.1i

Hello,

let me add an example: if one wants to match the string "[this]" by a
basic regular expression (BRE, that's what grep uses; egrep uses
Extented RE), one uses:

grep '[[]this]'

Stepan




reply via email to

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