Hi
i am having an text file
test1.txt contains the following data:
here i want the output which only contain the word error
if i use the command :v/ERROR/d
then output :
now i want the output which contains the line other than
ERROR:duplicate
output should be only ERROR:Getinstru ment
can anybody help me in this, how to get the lines other than ERROR:duplicate ???
Thanks,
Priyanka
i am having an text file
test1.txt contains the following data:
Code:
Abcd 2222 ERROR:duplicate ERROR:Getinstrument ERROR:duplicate www xxx
if i use the command :v/ERROR/d
then output :
Code:
ERROR:duplicate ERROR:Getinstrument ERROR:duplicate
ERROR:duplicate
output should be only ERROR:Getinstru ment
can anybody help me in this, how to get the lines other than ERROR:duplicate ???
Thanks,
Priyanka
Comment