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
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
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 -B 10 -A 0 -f FindDeploymentErrors_Error.txt CM_Setup2.log
Please let
3 matches
Mail list logo