The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
tarring/compressing files in Unix directory montski Shell Programming and Scripting 1 02-15-2008 01:19 PM
Compressing folders mohanprabu UNIX for Dummies Questions & Answers 4 06-02-2006 10:03 AM
compressing a string surjyap Shell Programming and Scripting 1 02-20-2006 06:24 AM
Compressing files sh9492 UNIX for Dummies Questions & Answers 3 04-21-2004 08:26 AM
Compressing files from DOS to Unix ligs UNIX for Dummies Questions & Answers 2 11-16-2001 08:39 AM

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

Join Date: Sep 2005
Posts: 4
compressing two files in a script

Hi, i have written a script in unix which produces two files(.csv file) at the end. Now i want to add these to files in a zip file and send the zip file across the network by FTP.
Problem is that i dunno how to make a single zip file containing the two files that have been created by the script. Also this has to be included in the script only.
I hope i am clear...
Reply With Quote
Forum Sponsor
  #2  
Old 09-25-2005
blowtorch's Avatar
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,328
Easiest way out would be to create a tarchive of the files and zip that using compress or gzip:
Code:
cd /dir/where/csv/are
tar -cf - file1 file2 | compress > some_file.tar.Z
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:16 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