The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
how to extract files one by one from a directory and let some processing happen saniya Shell Programming and Scripting 7 05-23-2008 03:58 AM
extract tar files without creating directory here2learn UNIX for Dummies Questions & Answers 4 10-02-2006 04:42 PM
How to extract archive to a specified directory john_trinh UNIX for Dummies Questions & Answers 4 03-02-2004 03:07 PM
extract a sub directory form a tar file Optimus_P UNIX for Advanced & Expert Users 2 01-28-2004 10:23 AM
redirecting tar extract to another directory colesy UNIX for Dummies Questions & Answers 7 01-28-2003 01:40 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 07-25-2007
Registered User
 

Join Date: Jul 2006
Posts: 58
tar extract to different directory

Hi,

I created a tar file of a directory dir1 from /tmp in the following way

$pwd
/tmp
$tar -cvf dir1.tar dir1 (dir1 will have say file1)

Now i want to extract it in the directory /tmp/dir2 so that the directory dir1 is also created and extracted (/tmp/dir2/dir1/file1). Is there any way without creating the directory first(dir1) the dir1 can be extracted?

Thanks in advance
Ammu
Reply With Quote
Forum Sponsor
  #2  
Old 07-25-2007
vgersh99's Avatar
Moderator
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 3,030
Code:
(cd /tmp; tar cf - dir1) | (cd /tmp/dir2; tar xf - )
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 10:06 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0