Hi, Quote have used gzip and gunzip for ".gz" compressed files but I 'm not familiar with the above "bz2" extension. What do I use at the leperd terminal to uncompress it? What then is the tar command to get the individual files? End quote
You should try a terminal command like this: tar -jxf filename.bz2 /directorywhere filename is the name of the file and directory is the output directory.
Cheers.
