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

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

regexp of grep


From: Tsuyoshi Takada
Subject: regexp of grep
Date: Sat, 24 May 2003 11:23:12 +0900

Hi,

Is there any option to stop regexp in grep?

grep works with -G option (which is basic regexp) in default
so 
        grep 210.130.1.
will search
        210.130.10

But egrep "210.130.1\." is not smart.

Is there any option to completely stop regexp in grep?
for example,
        grep <some option> 210.130.0.1

Regards,

-- 
Tsuyoshi Takada <acroyear@gmx.ch>






reply via email to

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