Hi,
I need help, I have linux based server having fedora OS, I have tar, unzip commands installed by default but i need ZIP command to install so that i can easily zip files.
The problem with tar command is that gives "tar: Error exit delayed from previous errors" in some cases when i do zipping and in somecases when i do unzipping, so i have doubt that using tar to zip/unzip is not good for me!
Please can you give me guide to:
- Where from i can get ZIP command
- How i can take it to my server
- How can i install it
On my other server i have this command already and i use "ZIP -r abc.zip . " to zip files so that i can have same permissions while unzipping on another server!
Please advice about zip command