On 4/17/07, Ralph Shumaker <[EMAIL PROTECTED]> wrote:
That's cool, but in a four stage pipe it would be necessary to include that switch four times. Still, it's something to consider. Thanks.
How about: grep -C 4 /tmp/file `grep aba /tmp/file | grep bcb | grep cdc | grep ded` -todd -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
