Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to zip a file on From Unix shell script

Re: How to zip a file on From Unix shell script

From: Ray Stell <stellr_at_cns.vt.edu>
Date: Wed, 16 Oct 2002 15:23:51 -0800
Message-ID: <F001.004EB73A.20021016152351@fatcity.com>


On Wed, Oct 16, 2002 at 02:43:33PM -0800, WLSH wrote:
>
> Hello, list:
>
> We have a unix nightly job which will send an email to a user. However, the file size is very large, so we need to zip the file before we send it out. Does anyone know the syntax or command of zipping a file from UNIX ?
>

man zip

NAME

     zip, zipcloak, zipnote,  zipsplit  -  package  and  compress
     (archive) files

SYNOPSIS
     zip       [-AcdDeEfFghjklLmoqrRSTuvVwXyz@$]        [-b path]
     [-n suffixes] [-t mmddyyyy] [-tt mmddyyyy] [ zipfile [ file1
     file2 ...]]  [-xi list]

     zipcloak [-dhL] [-b path] zipfile

     zipnote [-hwL] [-b path] zipfile

     zipsplit [-hiLpst] [-n size] [-b path] zipfile

DESCRIPTION
     zip is a compression and file packaging  utility  for  Unix,
     VMS,  MSDOS,  OS/2,  Windows NT, Minix, Atari and Macintosh,
     Amiga and Acorn RISC OS.


===============================================================
Ray Stell   stellr_at_vt.edu     (540) 231-4109     KE4TJC    28^D
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ray Stell
  INET: stellr_at_cns.vt.edu

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Oct 16 2002 - 18:23:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US