![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
Thread Tools |
|
|
#2 (permalink) |
|
Moderator, Microsoft Support
|
Re: extract file
__________________
Antec Neo Power 500W, ABIT IP35-E, Intel E2180@2.66Ghz, Corsair XMS2 2x1GB DDR2-800, PNY 8800GT, 320GB Seagate ![]() * lazy college student alert *- If I've inadvertently ignored a thread, please Let me know about it Have I helped you solve your problem? Donate to Techsupportforums Klart Skepp!
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 410
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix
|
Re: extract file
tar -vxjf <tarname.tar.bz2>
v-> is verbose, x-> is extract, j->uncompress the tar using the bzip2 compression methods, f-> the next name in the command is the file that will be un-tarred. Tar's are generally created directory one above the directory you want to "tar". That way, when it is un-tarred everything will be extracted one directory down. Another handy tar command is "tar vtjf <tarfile.tar.bz2> . This will not extract the files in the tar, but you can see the size, owner, group, directory structure that is on the tar. Use this command before you extract (x) the files. This way you can see where they go, and check on whether or not you have to create a subdirectory for the un-tar. |
|
|
|
![]() |
| Thread Tools | |
|
|