Lam Doan wrote: > > How do you "unzip" a tar file? I tried tar -x filename but it just sits > there forever. First answer: tar is the right command, but you need to read the documentation. Try "man tar". Second answer: for those who have trouble reading the documentation, the quick answer is "tar -xf filename". - Dan -- (The above is my opinion alone, and not that of my employer)