Hi
    I need to search for a word 'condition' (without quotes) and exclude
hits containing 'condition number'.

On a shell I can do

grep -sir condition *F90 | grep -v 'condition number'

How do I do it the vim way?

thanks
raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/

Reply via email to