You need to use find instead of grep in this case.
You can also use find in combination with grep or egrep:
$ find | grep "f[[:alnum:]]\.frm"
You need to use find instead of grep in this case.
You can also use find in combination with grep or egrep:
$ find | grep "f[[:alnum:]]\.frm"