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\ 6 FIND [ /C ] [ /I ] [ /N ] [ /V ] ""string"" [ file... ]\n\ 7 /C Count the number of lines that contain string\n\ 8 /I Ignore case\n\ 9 /N Number the displayed lines, starting at 1\n\ 10 /V Print lines that do not contain the string" 11 IDS_NO_SUCH_FILE "FIND: %s: No such file\n" 12 IDS_CANNOT_OPEN "FIND: %s: Cannot open file\n" 13END 14