Using grep




Hi,

How can I make grep return all the files that do NOT match a given pattern?

I'd like to have a list f all files that do NOT contain the text "addCookies".

Thanks! O:-)


.