findstr /m /R "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]" *.txt
will list those files
see findstr /?
from the prompt.
1
solved Is there a way to find the length of a string in Batch/PowerShell Script/VBScript? [closed]
findstr /m /R "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]" *.txt
will list those files
see findstr /?
from the prompt.
1
solved Is there a way to find the length of a string in Batch/PowerShell Script/VBScript? [closed]