Windows 10, Emacs 25.1
If I want to find file in Helm I use command helm-find-files
.
Suppose I want to find in current folder all files with extenstion *.gradle.
Here result:
OK. It's work.
But now I want to find all files with extension *.gradle not only in current folder, but also in all subfolders (recursive). How I can do this by command helm-find-files
?