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 compress .zlib file wrapster UNIX for Advanced & Expert Users 1 05-04-2008 11:52 PM
unix script to takes the old data from a TXT file and compress them into new file vpandey Shell Programming and Scripting 2 03-05-2008 07:10 AM
Compress a file before ftp MrMac Shell Programming and Scripting 1 11-21-2006 05:06 AM
compress a file in unix rujupriya UNIX for Dummies Questions & Answers 5 05-24-2006 05:05 AM
[help] Cant compress file endeavour1985 UNIX for Dummies Questions & Answers 8 01-17-2005 08:37 PM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-08-2007
Registered User
 

Join Date: Sep 2007
Posts: 8
compress more than one file

hi,
I need to compress a couple files in a directory.i tried using
tar cvf filename1 filename2
but i am not able to open tar file.
please suggest how to compress more than one file in to same file
thanks in advance
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 09-08-2007
robotronic's Avatar
Can I play with madness?
 

Join Date: Apr 2002
Location: Italy
Posts: 370
To pack all the files together:
Code:
tar cvf outputfile.tar filename1 filename2
To unpack:
Code:
tar xvf inputfile.tar
Where inputfile.tar is the file created before.

Note that tar only put files together, if you want compression you then need to compress the resulting tarfile with something like compress, gzip, bzip, etc...
Reply With Quote
  #3 (permalink)  
Old 09-08-2007
Registered User
 

Join Date: Sep 2007
Posts: 8
Thanks alot its working
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 09:46 AM.


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

Content Relevant URLs by vBSEO 3.2.0