Package: bzip2 Version: 1.0.5-6 File: /bin/bzgrep $ cat ... list1| bzgrep -f - ~/backups/mw/data/radioscanningtw.20101120T230014.xml.bz2 egrep: Invalid range end
Huh, what did that have to do with egrep? So I had to do $ cat ... list1| grep -f - ~/backups/mw/data/radioscanningtw.20101120T230014.xml Which worked fine. I didn't try the zgrep .gz case. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

