TMXGREP(1p) | User Contributed Perl Documentation | TMXGREP(1p) |
tmxgrep - grep translation units in a TMX file
version 0.36
tmxgrep <perlregexp> file.tmx options: -pdf -- output is transformed in a PDF file -max=300 -- extract up to 300 TU (def=500) -max=0 -- all matches -all -- all matches -a -- annotate matches with '=(...)=' -o=out.tmx -- define output file (defaut= STDOUT) -n -- print original TU number (eg: <tu n="35">) -i -- ignore case
Creates a TMX file with the translation units that macth the provided regular expression.
This software is copyright (c) 2010-2017 by Projeto Natura <natura@di.uminho.pt>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2017-09-07 | perl v5.26.0 |