zip in unix


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting zip in unix
# 1  
Old 05-08-2009
zip in unix

i have a list of files to be zipped in a file.how can i zip the files in a zip comand using that list of files from another file ...
# 2  
Old 05-08-2009
Just a guess (- see man zip for "reasoning"):

Code:
cat fileList | zip fileArchive -@

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How can we Zip multiple files created on the same date into one single zip file.?

Hi all i am very new to shell scripting and need some help from you to learn 1)i have some log files that gets generated on daily basis example: i have abc_2017_01_30_1.log ,2017_01_30_2.log like wise so i want to zip this 4 logs which are created on same date into one zip folder. 2)Post zipping... (1 Reply)
Discussion started by: b.saipriyanka
1 Replies

2. UNIX for Beginners Questions & Answers

How can we Zip multiple files created on the same date into one single zip file.?

Hi all i am very new to shell scripting and need some help from you to learn 1)i have some log files that gets generated on daily basis example: i have abc_2017_01_30_1.log ,2017_01_30_2.log like wise so i want to zip this 4 logs which are created on same date into one zip folder. 2)Post zipping... (2 Replies)
Discussion started by: b.saipriyanka
2 Replies

3. HP-UX

HP-UNIX How to zip/compress files in a folder?

Environment: HP-Unix Operating System B.11.31 U ia64 I have a folder with around 2000 files. There are some files which sizes are more than 8 GB. I need to compress all the files in the folder into a single file, so that I can transfer the file. I tried with tar command, but the tar... (8 Replies)
Discussion started by: Siva SQL
8 Replies

4. Shell Programming and Scripting

ZIp UNIX file

Hi Everyone, I'm trying to Zip my files by using below command- zip Monthly_Extract_Trailer.zip Monthly_Extract_Trailer but it is giving me error message as - su: zip: not found. Why it is coming? Please use CODE tags (as required by forum rules) rather than bold text for sample... (6 Replies)
Discussion started by: Amit786
6 Replies

5. Shell Programming and Scripting

unzip .zip file in unix

Hi friends, I have a .zip file which has 6 pdf files. I have ftp'd the .zip file into unix and I am trying to uncompress/unzip the file. Could you please help with the right command. Thanks (7 Replies)
Discussion started by: techmoris
7 Replies

6. Shell Programming and Scripting

Unix Zip files

I'm novice to unix I have a zip file on unix this zip files contains n dat files and n pdf files. how to find out how many files are in the zip file (n+n, seprate counts of dat files and pdf files) how can i assign each and every filename to a variable. Any help would be greatly... (1 Reply)
Discussion started by: ramky79
1 Replies

7. UNIX for Advanced & Expert Users

zip unix directory

what's the best command to zip up the whole unix directory, then ftp this to windows for viewing the directories/files. thank you (1 Reply)
Discussion started by: venhart
1 Replies

8. UNIX for Dummies Questions & Answers

unzip .zip file and list the files included in the .zip archive

Hello, I am trying to return the name of the resulting file from a .zip archive file using unix unzip command. unzip c07212007.cef7081.zip Archive: c07212007.cef7081.zip SecureZIP for z/OS by PKWARE inflating: CEP/CEM7080/PPVBILL/PASS/G0063V00 I used the following command to unzip in... (5 Replies)
Discussion started by: oracledev
5 Replies

9. SCO

Zip utility in sco unix

how can zip a directory in sco unix and transfer it to any other system using ftp. and finally how can i unzip it regards, ajay (1 Reply)
Discussion started by: ajay234
1 Replies

10. UNIX for Dummies Questions & Answers

how to format iomega zip under unix?

i´m new in unix help me... (2 Replies)
Discussion started by: Texto
2 Replies
Login or Register to Ask a Question