> I want to pick up all lines starting with "*" but no "INDICATOR" > followed. I'd double-grep it, but i'm not infront of a *nix box to check grep -i "*" | grep -v "*INDICATOR" filename or something to that effect. -- ~ *