Hi John. that's not a gzip file; it's a bzip2 file. You need to run bunzip2 and the filename. this should leave you with the tar file and you can do tar xf to that tar file. Notice you don't need the z option as you've already done bunzip2 to unzip it. Cheryl