2010-11-30 19:14:41 +00:00
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2010-11-30 19:14:41 +00:00
|
|
|
BEGIN
|
2013-11-28 22:04:03 +00:00
|
|
|
IDS_USAGE "FINDSTR: Prints all lines of a file that contain a string.\n\n\
|
2011-02-10 10:39:34 +00:00
|
|
|
FIND [ /C ] [ /I ] [ /N ] [ /V ] ""string"" [ file... ]\n\
|
2010-11-30 19:14:41 +00:00
|
|
|
/C Count the number of lines that contain string\n\
|
|
|
|
/I Ignore case\n\
|
|
|
|
/N Number the displayed lines, starting at 1\n\
|
|
|
|
/V Print lines that do not contain the string"
|
2013-11-28 22:04:03 +00:00
|
|
|
IDS_NO_SUCH_FILE "FINDSTR: %s: No such file\n"
|
|
|
|
IDS_CANNOT_OPEN "FINDSTR: %s: Cannot open file\n"
|
2010-11-30 19:14:41 +00:00
|
|
|
END
|