[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.3.3 Message selection

 
  [-N sourcefile]... [-M domainname]...
  [-K msgid-pattern] [-T msgstr-pattern] [-C comment-pattern]

A message is selected if

When more than one selection criterion is specified, the set of selected messages is the union of the selected messages of each criterion.

msgid-pattern or msgstr-pattern syntax:
 
  [-E | -F] [-e pattern | -f file]...
patterns are basic regular expressions by default, or extended regular expressions if -E is given, or fixed strings if -F is given.

`-N sourcefile'
`--location=sourcefile'
Select messages extracted from sourcefile. sourcefile can be either a literal file name or a wildcard pattern.

`-M domainname'
`--domain=domainname'
Select messages belonging to domain domainname.

`-K'
`--msgid'
Start of patterns for the msgid.

`-T'
`--msgstr'
Start of patterns for the msgstr.

`-E'
`--extended-regexp'
Specify that pattern is an extended regular expression.

`-F'
`--fixed-strings'
Specify that pattern is a set of newline-separated strings.

`-e pattern'
`--regexp=pattern'
Use pattern as a regular expression.

`-f file'
`--file=file'
Obtain pattern from file.

`-i'
`--ignore-case'
Ignore case distinctions.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated on May 6, 2002 using texi2html