mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "FINDSTR: Prints all lines of a file that contain a string.\n\n\
|
|
FIND [ /C ] [ /I ] [ /N ] [ /V ] ""string"" [ file... ]\n\
|
|
/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"
|
|
IDS_NO_SUCH_FILE "FINDSTR: %s: No such file\n"
|
|
IDS_CANNOT_OPEN "FINDSTR: %s: Cannot open file\n"
|
|
END
|