1MSGEXEC(1) GNU MSGEXEC(1)
2
3
4
6 msgexec - process translations of message catalog
7
9 msgexec [OPTION] COMMAND [COMMAND-OPTION]
10
12 Applies a command to all translations of a translation catalog. The
13 COMMAND can be any program that reads a translation from standard
14 input. It is invoked once for each translation. Its output becomes
15 msgexec's output. msgexec's return code is the maximum return code
16 across all invocations.
17
18 A special builtin command called '0' outputs the translation, followed
19 by a null byte. The output of "msgexec 0" is suitable as input for
20 "xargs -0".
21
22 Command input:
23 --newline
24 add newline at the end of input
25
26 Mandatory arguments to long options are mandatory for short options
27 too.
28
29 Input file location:
30 -i, --input=INPUTFILE
31 input PO file
32
33 -D, --directory=DIRECTORY
34 add DIRECTORY to list for input files search
35
36 If no input file is given or if it is -, standard input is read.
37
38 Input file syntax:
39 -P, --properties-input
40 input file is in Java .properties syntax
41
42 --stringtable-input
43 input file is in NeXTstep/GNUstep .strings syntax
44
45 Informative output:
46 -h, --help
47 display this help and exit
48
49 -V, --version
50 output version information and exit
51
53 Written by Bruno Haible.
54
56 Report bugs to <bug-gnu-gettext@gnu.org>.
57
59 Copyright © 2001-2016 Free Software Foundation, Inc. License GPLv3+:
60 GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
61 This is free software: you are free to change and redistribute it.
62 There is NO WARRANTY, to the extent permitted by law.
63
65 The full documentation for msgexec is maintained as a Texinfo manual.
66 If the info and msgexec programs are properly installed at your site,
67 the command
68
69 info msgexec
70
71 should give you access to the complete manual.
72
73
74
75GNU gettext-tools 0.19.8.1 June 2016 MSGEXEC(1)