The UNIX and Linux Forums
>
Special Forums
>
UNIX and Linux Applications
unable to UNTAR a file
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
unable to UNTAR a file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
05-07-2008
grial
El UNIX es como un toro
Join Date: Jun 2006
Location: Madrid (Spain)
Posts: 531
Quote:
Originally Posted by
Yogesh Sawant
try this:
Code:
tar -zxvf samba-3.0.28a.tar.gz
This depends on the tar version you are using.
Another option would be:
Code:
gunzip -c samba-3.0.28a.tar.gz | tar xvf -
Regards.
grial
View Public Profile
Find all posts by grial