Dennis Myhand wrote: > Can someone let me know what the command sequence is for unpacking a > .tgz file? Thanks, Dennis in Victoria i use $ tar zxvf filename.tgz note that there's not a "-" to indicate flags with tar, check "man tar" for an explaination for each flag modifier and what it does. -- lee