2007-11-05 18:06:13 +00:00
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2008-01-16 18:37:56 +00:00
|
|
|
BEGIN
|
2013-11-28 21:52:17 +00:00
|
|
|
IDS_USAGE "FIND: Affiche toutes les lignes d'un fichier qui contiennent un morceau de texte.\n\n\
|
2011-02-10 10:39:34 +00:00
|
|
|
FIND [ /C ] [ /I ] [ /N ] [ /V ] ""texte"" [ fichier... ]\n\
|
2007-11-05 18:06:13 +00:00
|
|
|
/C Compte le nombre de lignes qui contiennent le texte\n\
|
2011-09-03 14:37:34 +00:00
|
|
|
/I Insensible à la casse\n\
|
|
|
|
/N Numérote les lignes affichées en commençant à 1\n\
|
2007-11-05 18:06:13 +00:00
|
|
|
/V Affiche les lignes qui ne contiennent pas le texte"
|
2013-11-28 21:52:17 +00:00
|
|
|
IDS_NO_SUCH_FILE "FIND: %s : fichier inexistant\n"
|
|
|
|
IDS_CANNOT_OPEN "FIND: %s : impossible d'ouvrir le fichier\n"
|
2008-01-16 18:37:56 +00:00
|
|
|
END
|