1pogrep(1) Translate Toolkit 3.9.2 pogrep(1)
2
3
4
6 pogrep - Grep XLIFF, Gettext PO and TMX localization files.
7
9 pogrep [--version] [-h|--help] [--manpage] [--progress PROGRESS] [--er‐
10 rorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
11 [-o|--output] OUTPUT [--search SEARCHPARTS] [-I|--ignore-case]
12 [-e|--regexp] [-v|--invert-match] [--accelerator ACCELERATOR]
13 [-k|--keep-translations]
14
16 Matches are output to snippet files of the same type which can then be
17 reviewed and later merged using :doc:`pomerge </commands/pomerge>`.
18
19 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
20 est/commands/pogrep.html for examples and usage instructions.
21
23 --version
24 show program's version number and exit
25
26 -h/--help
27 show this help message and exit
28
29 --manpage
30 output a manpage based on the help
31
32 --progress
33 show progress as: dots, none, bar, names, verbose
34
35 --errorlevel
36 show errorlevel as: none, message, exception, traceback
37
38 -i/--input
39 read from INPUT in gmo, mo, po, pot, tmx, xlf, xlff, xliff for‐
40 mats
41
42 -x/--exclude
43 exclude names matching EXCLUDE from input paths
44
45 -o/--output
46 write to OUTPUT in gmo, mo, po, pot, tmx, xlf, xlff, xliff for‐
47 mats
48
49 --search
50 searches the given parts (source, target, notes and locations)
51
52 -I/--ignore-case
53 ignore case distinctions
54
55 -e/--regexp
56 use regular expression matching
57
58 -v/--invert-match
59 select non-matching lines
60
61 --accelerator
62 ignores the given accelerator when matching
63
64 -k/--keep-translations
65 always extract units with translations
66
67
68
69 Translate Toolkit 3.9.2 pogrep(1)