1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3STRINGTABLE
4BEGIN
5    IDS_USAGE "FIND: Prints all lines of a file that contain a string.\n\n\
6FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] ""string"" [file...]\n\
7  /V         Print lines that do not contain the string.\n\
8  /C         Count the number of lines that contain the string.\n\
9  /N         Number the displayed lines, starting at 1.\n\
10  /I         Ignore case.\n\
11  /OFF[LINE] Do not skip files that have the offline attribute set."
12    IDS_NO_SUCH_FILE "FIND: %s: No such file\n"
13    IDS_CANNOT_OPEN "FIND: %s: Cannot open file\n"
14    IDS_INVALID_SWITCH "FIND: Invalid switch\n"
15END
16