1pogrep(1) Translate Toolkit 1.9.0 pogrep(1)
2
3
4
6 pogrep - Grep XLIFF, Gettext PO and TMX localization files
7
9 pogrep [--version] [-h|--help] [--manpage] [--progress PROGRESS]
10 [--errorlevel 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 pomerge See: http://translate.source‐
18 forge.net/wiki/toolkit/pogrep for examples and usage instructions
19
21 --version
22 show program's version number and exit
23
24 -h/--help
25 show this help message and exit
26
27 --manpage
28 output a manpage based on the help
29
30 --progress
31 show progress as: dots, none, bar, names, verbose
32
33 --errorlevel
34 show errorlevel as: none, message, exception, traceback
35
36 -i/--input
37 read from INPUT in xliff, mo, xlf, tmx, gmo, pot, xlff, po for‐
38 mats
39
40 -x/--exclude
41 exclude names matching EXCLUDE from input paths
42
43 -o/--output
44 write to OUTPUT in xliff, mo, xlf, tmx, gmo, pot, xlff, po for‐
45 mats
46
47 --search
48 searches the given parts (source, target, notes and locations)
49
50 -I/--ignore-case
51 ignore case distinctions
52
53 -e/--regexp
54 use regular expression matching
55
56 -v/--invert-match
57 select non-matching lines
58
59 --accelerator
60 ignores the given accelerator when matching
61
62 -k/--keep-translations
63 always extract units with translations
64
65
66
67 Translate Toolkit 1.9.0 pogrep(1)