Linux Mint 20
Emacs 27.2
I want to find text end in the org files in my folder (recursively). So I use rgrep
M-x rgrep
*.org
Here steps:
Nice. As result I found text end only in the org files.
But... now I want to found text end in the org files AND java files.
How I can do this?
M-x rgrep
*.org, *.java not help