Me again. That guy that only uses the shell. This time: I'm still constrained to the shell in 1.3.4 What I'm trying to do: Use egrep to match a value in column a, but, return both column a and column b from the same egrep even though column b doesn't have a matching value. I could write the IDs out then do another search on column b but I'd rather get this in one shot.
Example: egrep "<expr>" -c columnfamily:columnqualifier(a),columnfamily:columnqualifier(b) Thanks, -Kris
