Imported Upstream version 0.18.3.2
[platform/upstream/gettext.git] / gettext-tools / man / msgexec.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGEXEC "1" "January 2014" "GNU gettext-tools 0.18.3" GNU
3 .SH NAME
4 msgexec \- process translations of message catalog
5 .SH SYNOPSIS
6 .B msgexec
7 [\fIOPTION\fR] \fICOMMAND \fR[\fICOMMAND-OPTION\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Applies a command to all translations of a translation catalog.
12 The COMMAND can be any program that reads a translation from standard
13 input.  It is invoked once for each translation.  Its output becomes
14 msgexec's output.  msgexec's return code is the maximum return code
15 across all invocations.
16 .PP
17 A special builtin command called '0' outputs the translation, followed by a
18 null byte.  The output of "msgexec 0" is suitable as input for "xargs \fB\-0\fR".
19 .PP
20 Mandatory arguments to long options are mandatory for short options too.
21 .SS "Input file location:"
22 .TP
23 \fB\-i\fR, \fB\-\-input\fR=\fIINPUTFILE\fR
24 input PO file
25 .TP
26 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
27 add DIRECTORY to list for input files search
28 .PP
29 If no input file is given or if it is -, standard input is read.
30 .SS "Input file syntax:"
31 .TP
32 \fB\-P\fR, \fB\-\-properties\-input\fR
33 input file is in Java .properties syntax
34 .TP
35 \fB\-\-stringtable\-input\fR
36 input file is in NeXTstep/GNUstep .strings syntax
37 .SS "Informative output:"
38 .TP
39 \fB\-h\fR, \fB\-\-help\fR
40 display this help and exit
41 .TP
42 \fB\-V\fR, \fB\-\-version\fR
43 output version information and exit
44 .SH AUTHOR
45 Written by Bruno Haible.
46 .SH "REPORTING BUGS"
47 Report bugs to <bug-gnu-gettext@gnu.org>.
48 .SH COPYRIGHT
49 Copyright \(co 2001-2010 Free Software Foundation, Inc.
50 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
51 .br
52 This is free software: you are free to change and redistribute it.
53 There is NO WARRANTY, to the extent permitted by law.
54 .SH "SEE ALSO"
55 The full documentation for
56 .B msgexec
57 is maintained as a Texinfo manual.  If the
58 .B info
59 and
60 .B msgexec
61 programs are properly installed at your site, the command
62 .IP
63 .B info msgexec
64 .PP
65 should give you access to the complete manual.