Re: grep -f option is not working in release of grep (2.5.3-1)

2009-06-05 Thread Christopher Faylor
On Thu, Jun 04, 2009 at 10:17:19PM -0700, Tulasi Ram wrote: >I have tried by using below command. It didn?t work. > >$ grep -E -v -f "C:\Log\FindDeploymentErrors_Exclude.txt" >CM_Setup2.log | grep -E -f "C:\Log\FindDeploymentErrors_Error.txt" -n >1>"C:\Log\cc.txt" > >Pattern file( FindDeploymentErr

Re: grep -f option is not working in release of grep (2.5.3-1)

2009-06-04 Thread Tulasi Ram
I have tried by using below command. It didn’t work. $ grep -E -v -f "C:\Log\FindDeploymentErrors_Exclude.txt" CM_Setup2.log | grep -E -f "C:\Log\FindDeploymentErrors_Error.txt" -n 1>"C:\Log\cc.txt" Pattern file( FindDeploymentErrors_Error.txt)is below.. A member could not be added Access is den

Re: grep -f option is not working in release of grep (2.5.3-1)

2009-06-04 Thread Christopher Faylor
On Thu, Jun 04, 2009 at 12:13:08PM -0400, Buchbinder, Barry (NIH/NIAID) [E] wrote: >Tulasi Ram wrote on Thursday, June 04, 2009 3:04 AM: >> In the latest release of grep (2.5.3-1), the -f option (read search >> patters from a file) is not working for me. I have tried to search by >> providing patt

RE: grep -f option is not working in release of grep (2.5.3-1)

2009-06-04 Thread Buchbinder, Barry (NIH/NIAID) [E]
Tulasi Ram wrote on Thursday, June 04, 2009 3:04 AM: > In the latest release of grep (2.5.3-1), the -f option (read search > patters from a file) is not working for me. I have tried to search by > providing pattern file. > > I have tried by using below command. It didn’t work. > > grep -F -B 10

Re: grep -f option is not working in release of grep (2.5.3-1)

2009-06-04 Thread Christopher Faylor
On Thu, Jun 04, 2009 at 12:03:49AM -0700, Tulasi Ram wrote: >Hi > >In the latest release of grep (2.5.3-1), the -f option >(read search patters from a file) is not working for me. >I have tried to search by providing pattern file. > >I have tried by using below command. It didn?t work. > >grep -F -