#!/bin/bash r_log "archive" "Test bzip/bzcat/bunzip" FILE=/var/tmp/bziptest.txt trap '/bin/rm -f ${FILE}' EXIT cat > "$FILE" <