The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Tar utility (untar a .tar file) on VxWorks
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
:
Tar utility (untar a .tar file) on VxWorks
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-26-2008
lechuga
Registered User
Join Date: Jan 2008
Location: Rep. Argentina
Posts: 9
some tar examples:
for file.tar.Z:
uncompress file.tar.Z ; tar -xvf file.z
for file.tar.gz
gunzip file.tar.gz ; tar -xvf file.tar
for file.tar
tar -xvf file.tar
Hope that can help you.
Cya!
lechuga
View Public Profile
Visit lechuga's homepage!
Find all posts by lechuga