This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

regular expression


Hi all,

I want to find out the following pattern in all of my source
files recursively the current directory.

pattern is \\\t

e.g.	my source file contain :
add r0 r1 \	(After \ there is actual tab character)

How I can do that. I tried 
grep -r "\\\t" * But It could not find out the above pattern.

Thanks in advance,

-Bansidhar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]