cat file.txt|while read l
do
  gunzip -c ${l}.bg.gz > ${l}.bg

done


