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

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

Grep


From: Hema Bhutani
Subject: Grep
Date: Mon, 30 Oct 2000 02:20:21 -0800

Hi,
 
I have a Query regarding Grep utility.
 
How can i search for special characters like
New line and Tab ??
 
For example I have a file with contents as:
 
XYZ=    "abc"        ( the space after equal to sign is actually a Tab character)
 
So what will be the grammer for searching the complete string ??
 
I have tried:
 
grep -iw "XYZ[ ]*=[ ]*\"abc\""
 
This does not work.
Kindly sent the exact grammar that should be used.
 
Thanks
Hema Bhutani
 
 

reply via email to

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