Query: findstr
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
findstr(1) General Commands Manual findstr(1)NAMEfindstr - find strings for inclusion in message catalogsSYNOPSISfile ...DESCRIPTIONexamines files of C source code for uncommented string constants which it places, along with the surrounding quotes, on the standard out- put, preceding each by the file name, start position, and length. This information is used by (see insertmsg(1)). does not output strings that are parameters of the routine (see catgets(3C)).EXTERNAL INFLUENCESEnvironment Variables determines the interpretation of comments and string literals as single- and/or multi-byte characters. determines the language in which messages are displayed. If or is not specified in the environment or is set to the empty string, the value of is used as a default for each unspecified or empty variable. If is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of If any internationalization variable contains an invalid setting, behaves as if all internationalization variables are set to "C". See environ(5). International Code Set Support Single- and multi-byte character code sets are supported.WARNINGSoutputs initialization strings of static string variables. Calling with these strings causes their replacement with a call to (see cat- gets(3C)). Since the initializer must be a string, this assignment results in an invalid C declaration. For example, the following line: is modified by (see insertmsg(1)) to: These strings should be manually removed from output before being input to will not be provided in future HP-UX releases.SEE ALSOinsertmsg(1). findstr(1)
Related Man Pages |
---|
tee(1) - hpux |
head(1) - hpux |
insertmsg(1) - hpux |
split(1) - hpux |
what(1) - hpux |
Similar Topics in the Unix Linux Community |
---|
awk help |
What are literals ? |
awk to findstr equivalent |
TO get the strings of variable length between " " |
Print strings from a particular position in each line |