mardi 4 août 2015

Ignore file with similar name using regex

I have a problem using regex I have a folder that contains 3 files

 Test.log 
 Test.log.1
 Test.log.2

I want to catch only the test.log file I tried a lot of combinations like:

Test.log
^Test.log
Test.log[^0-3]

Etc... What can I do?

Aucun commentaire:

Enregistrer un commentaire