Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards Subject: Re: the many greps Message-ID: <991@utah-gr.UUCP> Date: Tue, 15-Nov-83 09:16:19 EST Article-I.D.: utah-gr.991 Posted: Tue Nov 15 09:16:19 1983 Date-Received: Wed, 16-Nov-83 02:03:28 EST References: sri-arpa.13610 Lines: 8 The other day, I tried egrep '^.......?.?.?.?.?$' after a couple of minutes (!) it told me "regular expression too big"!?!? Anybody know why this is? I finally did egrep '......' | egrep -v '............' =Spencer