annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/doc/gettext/msgexec.1.html @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 <!-- Creator : groff version 1.22.3 -->
jpayne@68 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
jpayne@68 3 "http://www.w3.org/TR/html4/loose.dtd">
jpayne@68 4 <html>
jpayne@68 5 <head>
jpayne@68 6 <meta name="generator" content="groff -Thtml, see www.gnu.org">
jpayne@68 7 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
jpayne@68 8 <meta name="Content-Style" content="text/css">
jpayne@68 9 <style type="text/css">
jpayne@68 10 p { margin-top: 0; margin-bottom: 0; vertical-align: top }
jpayne@68 11 pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
jpayne@68 12 table { margin-top: 0; margin-bottom: 0; vertical-align: top }
jpayne@68 13 h1 { text-align: center }
jpayne@68 14 </style>
jpayne@68 15 <title>MSGEXEC</title>
jpayne@68 16
jpayne@68 17 </head>
jpayne@68 18 <body>
jpayne@68 19
jpayne@68 20 <h1 align="center">MSGEXEC</h1>
jpayne@68 21
jpayne@68 22 <a href="#NAME">NAME</a><br>
jpayne@68 23 <a href="#SYNOPSIS">SYNOPSIS</a><br>
jpayne@68 24 <a href="#DESCRIPTION">DESCRIPTION</a><br>
jpayne@68 25 <a href="#AUTHOR">AUTHOR</a><br>
jpayne@68 26 <a href="#REPORTING BUGS">REPORTING BUGS</a><br>
jpayne@68 27 <a href="#COPYRIGHT">COPYRIGHT</a><br>
jpayne@68 28 <a href="#SEE ALSO">SEE ALSO</a><br>
jpayne@68 29
jpayne@68 30 <hr>
jpayne@68 31
jpayne@68 32
jpayne@68 33 <h2>NAME
jpayne@68 34 <a name="NAME"></a>
jpayne@68 35 </h2>
jpayne@68 36
jpayne@68 37
jpayne@68 38 <p style="margin-left:11%; margin-top: 1em">msgexec -
jpayne@68 39 process translations of message catalog</p>
jpayne@68 40
jpayne@68 41 <h2>SYNOPSIS
jpayne@68 42 <a name="SYNOPSIS"></a>
jpayne@68 43 </h2>
jpayne@68 44
jpayne@68 45
jpayne@68 46 <p style="margin-left:11%; margin-top: 1em"><b>msgexec</b>
jpayne@68 47 [<i>OPTION</i>] <i>COMMAND</i> [<i>COMMAND-OPTION</i>]</p>
jpayne@68 48
jpayne@68 49 <h2>DESCRIPTION
jpayne@68 50 <a name="DESCRIPTION"></a>
jpayne@68 51 </h2>
jpayne@68 52
jpayne@68 53
jpayne@68 54 <p style="margin-left:11%; margin-top: 1em">Applies a
jpayne@68 55 command to all translations of a translation catalog. The
jpayne@68 56 COMMAND can be any program that reads a translation from
jpayne@68 57 standard input. It is invoked once for each translation. Its
jpayne@68 58 output becomes msgexec&rsquo;s output. msgexec&rsquo;s
jpayne@68 59 return code is the maximum return code across all
jpayne@68 60 invocations.</p>
jpayne@68 61
jpayne@68 62 <p style="margin-left:11%; margin-top: 1em">A special
jpayne@68 63 builtin command called &rsquo;0&rsquo; outputs the
jpayne@68 64 translation, followed by a null byte. The output of
jpayne@68 65 &quot;msgexec 0&quot; is suitable as input for &quot;xargs
jpayne@68 66 <b>-0</b>&quot;.</p>
jpayne@68 67
jpayne@68 68 <p style="margin-left:11%; margin-top: 1em"><b>Command
jpayne@68 69 input: <br>
jpayne@68 70 --newline</b></p>
jpayne@68 71
jpayne@68 72 <p style="margin-left:22%;">add newline at the end of
jpayne@68 73 input</p>
jpayne@68 74
jpayne@68 75 <p style="margin-left:11%; margin-top: 1em">Mandatory
jpayne@68 76 arguments to long options are mandatory for short options
jpayne@68 77 too.</p>
jpayne@68 78
jpayne@68 79 <p style="margin-left:11%; margin-top: 1em"><b>Input file
jpayne@68 80 location: <br>
jpayne@68 81 -i</b>,
jpayne@68 82 <b>--input</b>=<i>INPUTFILE</i></p>
jpayne@68 83
jpayne@68 84 <p style="margin-left:22%;">input PO file</p>
jpayne@68 85
jpayne@68 86 <p style="margin-left:11%;"><b>-D</b>,
jpayne@68 87 <b>--directory</b>=<i>DIRECTORY</i></p>
jpayne@68 88
jpayne@68 89 <p style="margin-left:22%;">add DIRECTORY to list for input
jpayne@68 90 files search</p>
jpayne@68 91
jpayne@68 92 <p style="margin-left:11%; margin-top: 1em">If no input
jpayne@68 93 file is given or if it is -, standard input is
jpayne@68 94 read.</p>
jpayne@68 95
jpayne@68 96 <p style="margin-left:11%; margin-top: 1em"><b>Input file
jpayne@68 97 syntax: <br>
jpayne@68 98 -P</b>,
jpayne@68 99 <b>--properties-input</b></p>
jpayne@68 100
jpayne@68 101 <p style="margin-left:22%;">input file is in Java
jpayne@68 102 .properties syntax</p>
jpayne@68 103
jpayne@68 104
jpayne@68 105 <p style="margin-left:11%;"><b>--stringtable-input</b></p>
jpayne@68 106
jpayne@68 107 <p style="margin-left:22%;">input file is in
jpayne@68 108 NeXTstep/GNUstep .strings syntax</p>
jpayne@68 109
jpayne@68 110 <p style="margin-left:11%; margin-top: 1em"><b>Informative
jpayne@68 111 output: <br>
jpayne@68 112 -h</b>, <b>--help</b></p>
jpayne@68 113
jpayne@68 114 <p style="margin-left:22%;">display this help and exit</p>
jpayne@68 115
jpayne@68 116 <p style="margin-left:11%;"><b>-V</b>,
jpayne@68 117 <b>--version</b></p>
jpayne@68 118
jpayne@68 119 <p style="margin-left:22%;">output version information and
jpayne@68 120 exit</p>
jpayne@68 121
jpayne@68 122 <h2>AUTHOR
jpayne@68 123 <a name="AUTHOR"></a>
jpayne@68 124 </h2>
jpayne@68 125
jpayne@68 126
jpayne@68 127 <p style="margin-left:11%; margin-top: 1em">Written by
jpayne@68 128 Bruno Haible.</p>
jpayne@68 129
jpayne@68 130 <h2>REPORTING BUGS
jpayne@68 131 <a name="REPORTING BUGS"></a>
jpayne@68 132 </h2>
jpayne@68 133
jpayne@68 134
jpayne@68 135 <p style="margin-left:11%; margin-top: 1em">Report bugs in
jpayne@68 136 the bug tracker at
jpayne@68 137 &lt;https://savannah.gnu.org/projects/gettext&gt; or by
jpayne@68 138 email to &lt;bug-gettext@gnu.org&gt;.</p>
jpayne@68 139
jpayne@68 140 <h2>COPYRIGHT
jpayne@68 141 <a name="COPYRIGHT"></a>
jpayne@68 142 </h2>
jpayne@68 143
jpayne@68 144
jpayne@68 145 <p style="margin-left:11%; margin-top: 1em">Copyright
jpayne@68 146 &copy; 2001-2023 Free Software Foundation, Inc.
jpayne@68 147 License GPLv3+: GNU GPL version 3 or later
jpayne@68 148 &lt;https://gnu.org/licenses/gpl.html&gt; <br>
jpayne@68 149 This is free software: you are free to change and
jpayne@68 150 redistribute it. There is NO WARRANTY, to the extent
jpayne@68 151 permitted by law.</p>
jpayne@68 152
jpayne@68 153 <h2>SEE ALSO
jpayne@68 154 <a name="SEE ALSO"></a>
jpayne@68 155 </h2>
jpayne@68 156
jpayne@68 157
jpayne@68 158 <p style="margin-left:11%; margin-top: 1em">The full
jpayne@68 159 documentation for <b>msgexec</b> is maintained as a Texinfo
jpayne@68 160 manual. If the <b>info</b> and <b>msgexec</b> programs are
jpayne@68 161 properly installed at your site, the command</p>
jpayne@68 162
jpayne@68 163 <p style="margin-left:22%; margin-top: 1em"><b>info
jpayne@68 164 msgexec</b></p>
jpayne@68 165
jpayne@68 166 <p style="margin-left:11%; margin-top: 1em">should give you
jpayne@68 167 access to the complete manual.</p>
jpayne@68 168 <hr>
jpayne@68 169 </body>
jpayne@68 170 </html>