Options (2)
-F, --sort-by-filebooleanSort output by file location
Example:
msgattrib {{[-F|--sort-by-file]}} {{input.po}} > {{sorted.po}}-h, --helpbooleanDisplay help
Example:
msgattrib {{[-h|--help]}}Examples (8)
Keep only translated messages
msgattrib --translated input.po > translated.poKeep only untranslated messages
msgattrib --untranslated input.po > untranslated.poRemove fuzzy messages
msgattrib --no-fuzzy input.po > clean.poKeep only fuzzy messages
msgattrib --only-fuzzy input.po > fuzzy.poMark all messages as fuzzy
msgattrib --set-fuzzy input.po > fuzzy.poClear fuzzy marks
msgattrib --clear-fuzzy input.po > clean.poSort output by file location
msgattrib [-F|--sort-by-file] input.po > sorted.poDisplay help
msgattrib [-h|--help]made by @shridhargupta | data from tldr-pages