The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-15-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,111
Most versions of winzip I believe should be able to extract these files.

On Unix, something like

Code:
gunzip -dc <apue.tar.gz | tar xvf -
You might want to create a temporary directory on the off chance that the files are not inside a directory in the archive.
Reply With Quote