Is there any operator which negates a regular expression. I think "~" does it in perl, but I want to use it outside perl. Does POSIX define any such operator. What I have in mind is, instead of grep -v I want to use a pattern which will give the same result. sreangsu On Tue, 9 Jan 2001, Ambar Roy wrote: