Nicolai Spohrer wrote: > <bash> > echo "I > am > foo > bar" | egrep -v "(foo|I)" > # returns: > am > bar </bash> > > should do it ;-) LOL! That really simplifies things :-) -- derek