info > msgcomm

```html

📖 NAME

msgcomm — find common messages in PO files

🚀 Quick Reference

Use Case Command Description
🔍 Find messages common to all input files msgcomm file1.po file2.po Default: prints messages present in every file (more-than=1)
📊 Require messages to appear in more than N files msgcomm --more-than=N file*.po Only prints messages with at least N definitions
🆕 Find unique messages (appear in only one file) msgcomm --unique file*.po Shorthand for --less-than=2
📄 Write output to a file msgcomm -o output.po file*.po Otherwise writes to stdout
📂 Read input file list from a file msgcomm -f filelist.txt Useful when many files are involved

📝 SYNOPSIS

msgcomm [OPTION] [INPUTFILE]...

📖 DESCRIPTION

The msgcomm program finds messages which are common to two or more of the specified PO files. By using the --more-than option, greater commonality may be requested before messages are printed. Conversely, the --less-than option may be used to specify less commonality before messages are printed (i.e. --less-than=2 will only print the unique messages). Translations, comments and extracted comments will be preserved, but only from the first PO file to define them. File positions from all PO files will be cumulated.

âš™ī¸ Invoking the msgcomm Program

📂 Input file location

If INPUTFILE is -, standard input is read.

📄 Output file location

The results are written to standard output if no output file is specified or if it is -.

📊 Message selection

🔤 Input file syntax

🎨 Output details

â„šī¸ Informative output

```
msgcomm
📖 NAME 🚀 Quick Reference 📝 SYNOPSIS 📖 DESCRIPTION âš™ī¸ Invoking the msgcomm Program
📂 Input file location 📄 Output file location 📊 Message selection 🔤 Input file syntax 🎨 Output details â„šī¸ Informative output

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-31 03:51 @216.73.217.152
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^