August 1999
Intermediate to advanced
1000 pages
83h 9m
English
/usr/bin/exstr filename... /usr/bin/exstr -e filename... /usr/bin/exstr -r [-d] filename...
Use the exstr command to extract strings from C-language source files and replace them by calls to the message retrieval function (see gettxt(3C)). This command extracts all character strings surrounded by double quotes, not just strings used as arguments to the printf command or the printf routine. In the first form, exstr finds all strings in the source files and writes them on the standard output. Each string is preceded by the source file name and a colon.
Use the following steps to extract strings from a source file:
1. |
Use exstr -e to extract a list of strings and save it in a ... |
Read now
Unlock full access