10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi,
I wish to zip a folder with only those files which have ".properties" extension while excluding all other file extensions be it in the same folder or sub-folder.
Can you help me with how can get that to work ? (1 Reply)
Discussion started by: mohtashims
1 Replies
2. Shell Programming and Scripting
HI Guys,
I using below command to zip data but in zip file i have entire path of source.
zip $HOME/EM/ZIPData/All.tar.gz /vr/rt/on/mg/set/XM/Swor/xt/0300*.*
In Zip file i have entire path vr/rt/on/mg/set/XM/Swor/xt/
I just want file data zip in may target location (2 Replies)
Discussion started by: pareshkp
2 Replies
3. UNIX for Dummies Questions & Answers
hi
i am not able to use zip command in aix.
getting below error
zip abc.zip
ksh: zip: not found.
oslevel
5.3.0.0 (4 Replies)
Discussion started by: scriptor
4 Replies
4. Shell Programming and Scripting
Hi,
file.txt
1
2
3
4
5
zip command is not working in linux environment.
zip file.zip file.txt (5 Replies)
Discussion started by: onesuri
5 Replies
5. Shell Programming and Scripting
Hi ,
How to compress the entire directory .
Rajesh (1 Reply)
Discussion started by: guddu_12
1 Replies
6. UNIX and Linux Applications
I am trying to zip a folder, its size is more than 3 GB. I used below command
zip -r foo middleware -x "*path*"
This command fails every time with message
"Filesize exceeded limit"
Can some one help me how to over come this problem and zip the entire folder without splitting it.
... (2 Replies)
Discussion started by: ariram
2 Replies
7. Shell Programming and Scripting
Hello,
I have some troubles with script that creates a zip archive.
First I added following command:
zip -r /path/to/folder/packed_file.zip /another/path/folder_for_packing
But there is a problem: how to zip the folder without adding full path inside the archive?
'folder_for_backing'... (3 Replies)
Discussion started by: assamalla
3 Replies
8. UNIX for Dummies Questions & Answers
Hi friends
I am working in cygwin. Currently I am in root directory(C). I want to zip only the files from a diretory "A" to a new directory 1.zip in root directory C.
I am using the following command:
$: zip 1.zip A/*
but it is zipping the entire directory itself, But what I want is when... (4 Replies)
Discussion started by: ks_reddy
4 Replies
9. UNIX for Dummies Questions & Answers
Hi guys,
I have a question about the zip command. Right now I have a directory with some files and folders on it that I want to compress. When I run the zip command:
zip foo -r
I am getting a foo.zip file that once I unzip it contains a foo folder. I want to create the foo.zip, but that... (1 Reply)
Discussion started by: elioncho
1 Replies
10. UNIX for Dummies Questions & Answers
Hello,
What is the appropriate command to zip a folder that contain sub folder
and files? Example:
Folder lunaa
In the folder there are a number of folder e.g 01526, etc...which
contains number of file.
Any idea would be grateful.
Many thanks (1 Reply)
Discussion started by: su_in99
1 Replies