Bonjour,
Comment je peux ajouter l'opérateur OU avec la commande FIND.
Exemple:
find "100" OU "101" test.txt.
Merci.
Version imprimable
Bonjour,
Comment je peux ajouter l'opérateur OU avec la commande FIND.
Exemple:
find "100" OU "101" test.txt.
Merci.
salut,
regarde du côté de la commande findstr :
Code:findstr "100 101" test.txt