/[MITgcm]/MITgcm/tools/mpack-1.6/unixpk.man
ViewVC logotype

Annotation of /MITgcm/tools/mpack-1.6/unixpk.man

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download) (as text)
Tue Aug 26 20:45:25 2003 UTC (20 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint51k_post, checkpoint57t_post, checkpoint57o_post, checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint58e_post, mitgcm_mapl_00, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint58u_post, checkpoint58w_post, checkpoint54a_pre, checkpoint51o_pre, checkpoint57m_post, checkpoint55c_post, checkpoint54e_post, checkpoint52e_post, checkpoint57s_post, checkpoint51n_pre, checkpoint54a_post, checkpoint53c_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint51l_post, checkpoint57g_post, checkpoint51q_post, checkpoint57b_post, checkpoint57c_pre, checkpoint51j_post, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, hrcube_1, checkpoint57e_post, branch-netcdf, checkpoint52d_pre, checkpoint52l_post, checkpoint55h_post, checkpoint58n_post, checkpoint53b_post, checkpoint58x_post, checkpoint52k_post, checkpoint52b_pre, checkpoint57g_pre, checkpoint54b_post, checkpoint53b_pre, checkpoint55b_post, checkpoint58t_post, checkpoint58h_post, checkpoint54d_post, checkpoint56c_post, checkpoint52m_post, checkpoint57y_pre, checkpoint55, checkpoint53a_post, checkpoint57f_pre, checkpoint57a_post, checkpoint54, checkpoint58q_post, checkpoint54f_post, checkpoint57v_post, checkpoint55g_post, checkpoint51o_post, checkpoint51p_post, checkpoint58j_post, checkpoint52a_pre, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint51i_post, checkpoint53, checkpoint52, checkpoint51f_post, checkpoint52d_post, eckpoint57e_pre, checkpoint51r_post, checkpoint52a_post, checkpoint57h_done, checkpoint58f_post, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, branchpoint-genmake2, checkpoint57x_post, checkpoint57n_post, checkpoint52c_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint51h_pre, checkpoint51l_pre, checkpoint58i_post, checkpoint57q_post, checkpoint51g_post, checkpoint58g_post, ecco_c52_e35, hrcube5, checkpoint58o_post, checkpoint57z_post, checkpoint57c_post, checkpoint58y_post, checkpoint55e_post, checkpoint58k_post, checkpoint52i_post, checkpoint52j_pre, checkpoint58v_post, checkpoint53f_post, checkpoint55a_post, checkpoint51t_post, checkpoint53d_pre, checkpoint54c_post, checkpoint58s_post, checkpoint58p_post, checkpoint51n_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint51i_pre, checkpoint58m_post, checkpoint57l_post, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, checkpoint57h_post, hrcube_2, hrcube_3, checkpoint56a_post, checkpoint51m_post, checkpoint51s_post, checkpoint55d_post
Branch point for: branch-nonh, branch-genmake2, tg2-branch, checkpoint51n_branch, netcdf-sm0
File MIME type: application/x-troff-man
Initial check-in of the CMU "mpack" utility.  This allows us to (portably)
send MITgcm output as MIME-encoded email messages and will be used by the
"testreport" script.  The CMU license is basically an "AS-IS" statement.

1 edhill 1.1 .TH MPACK 1
2     .SH NAME
3     mpack \- pack a file in MIME format
4     .SH SYNOPSIS
5     .B mpack
6     [
7     .B \-s
8     .I subject
9     ]
10     [
11     .B \-d
12     .I descriptionfile
13     ]
14     [
15     .B \-m
16     .I maxsize
17     ]
18     [
19     .B \-c
20     .I content-type
21     ]
22     .I file
23     .I "address \&..."
24     .br
25     .B mpack
26     [
27     .B \-s
28     .I subject
29     ]
30     [
31     .B \-d
32     .I descriptionfile
33     ]
34     [
35     .B \-m
36     .I maxsize
37     ]
38     [
39     .B \-c
40     .I content-type
41     ]
42     .B \-o
43     .I outputfile
44     .I file
45     .br
46     .B mpack
47     [
48     .B \-s
49     .I subject
50     ]
51     [
52     .B \-d
53     .I descriptionfile
54     ]
55     [
56     .B \-m
57     .I maxsize
58     ]
59     [
60     .B \-c
61     .I content-type
62     ]
63     .B \-n
64     .I newsgroups
65     .I file
66     .SH DESCRIPTION
67     The
68     .I mpack
69     program encodes the
70     the named file in one or more MIME messages.
71     The resulting messages are mailed to one or more recipients,
72     written to a named file or set of files, or posted to a set of
73     newsgroups.
74     .PP
75     .SH OPTIONS
76     .TP
77     .BI \-s " subject"
78     Set the
79     .B Subject
80     header field to
81     .IR Subject .
82     By default,
83     .B mpack
84     will prompt for the contents of the subject header.
85     .TP
86     .BI \-d " descriptionfile
87     Include the contents of the file
88     .I descriptionfile
89     in an introductory section at the beginning of the first
90     generated message.
91     .TP
92     .BI \-m " maxsize"
93     Split the message (if necessary) into partial messages, each not
94     exceeding
95     .I maxsize
96     characters. The default limit is the value of the
97     .B SPLITSIZE
98     environment variable, or no limit if the environment variable
99     does not exist.
100     Specifying a
101     .I maxsize
102     of 0 means there is no limit to the size of the generated message.
103     .TP
104     .BI \-c " content-type"
105     Label the included file as being of MIME type
106     .IR content-type ,
107     which must be a subtype of
108     .BR application ,
109     .BR audio ,
110     .BR image ,
111     or
112     .BR video .
113     If this switch is not given,
114     .B mpack
115     examines the file to determine its type.
116     .TP
117     .BI \-o " outputfile"
118     Write the generated message to the file
119     .IR outputfile .
120     If the message has to be split, the partial messages will instead be
121     written to the files
122     .IR outputfile .01,
123     .IR outputfile .02,
124     etc.
125     .TP
126     .BI \-n " newsgroups"
127     Post the generated message(s) to the comma-separated netnews
128     .IR newsgroups .
129     .TP
130     .I file
131     Encode the named
132     .IR file .
133     .TP
134     .I "address \&..."
135     Mail the generated messages to the specified addresses.
136     .SH ENVIRONMENT
137     .TP
138     .B TMPDIR
139     Directory to store temporary files. Default is /usr/tmp.
140     .TP
141     .B SPLITSIZE
142     Default value of the -m switch.

  ViewVC Help
Powered by ViewVC 1.1.22