Package: bzip2 Version: 1.0.2-7 Operation which is not meant will be carried out if the --color option is attached to bzgrep.
% echo test | bzip2 > ./test_file1.bz2 % bzgrep test ./test_file1.bz2 test % bzgrep --color=auto test ./test_file1.bz2 test_file1.bz2 Operation whose intention it has is carried out in grep or zgrep. % echo test > ./test_file2 % grep --color=auto test ./test_file2 test % gzip -c ./test_file2 > ./test_file3.gz % zgrep --color=auto test ./test_file3.gz test -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]