bug-grep
[Top][All Lists]
Advanced

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

How to use ']' in the upper bound of a range character set


From: Arlinta Barus
Subject: How to use ']' in the upper bound of a range character set
Date: Thu, 21 May 2009 11:25:34 +1000

Hi,

I try to use ']' as the upper bound of a range character set, such as:
grep -E "[1-\]]" file_input    or
grep -E "[1-\\]]" file_input   or
grep -E "[1-]]" file_input

but it doesn't work. Anyone can help me, please ?

Thanks.

Cheers,
Arlinta






reply via email to

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