Search Results

Search: Posts Made By: WillImm123
93,443
Posted By WillImm123
Hey Mahendra, There was some syntax problem....
Hey Mahendra,

There was some syntax problem.
It worked with paatern file
Datafile
==> cat testgrep.txt
abc,lmn
def,xyz
ghi,h
jkl

==> cat pattern
def
abc


command
==>...
93,443
Posted By WillImm123
I have pattern file ==> cat pattern def ...
I have pattern file

==> cat pattern
def
bc

Datafile
==> cat testgrep.txt
abc,lmn
def,xyz
ghi,h
jkl

I tried this
==> /usr/xpg4/bin/grep -f pattern testgrep.txt
abc,lmn

==>...
93,443
Posted By WillImm123
Mahendra, I have multiple [patetrns to be...
Mahendra,

I have multiple [patetrns to be checked. There can be additions/reductions in the patterns. I need to use pattern list for that.
Do you have any idea how to use pattern list in a file....
93,443
Posted By WillImm123
Grep for Multiple patterns
Thanks Mahendra.

It worked.
93,443
Posted By WillImm123
Grep for Multiple patterns
Hi All,

I have a file. I need to find multiple patterns in a row and need those rows to divert to new file.

I tried using grep -e / -E / -F options as given in man.
But its not working.

==>...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 09:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy