> On Nov 22, 2020, at 11:03 AM, Gerardo Moro <gerardomor...@gmail.com> wrote:
> 
> 
> M-x find-dired RET Documents/Org/ RET -iname "*.org" RET
> 
> Once I press "RET", what does -iname mean? I am new in Emacs. You mean, this 
> is just using find-dired to browse the org files?
> 


See (info "(emacs) Dired and Find")

and find-dired's help string (i.e. C-h f find-dired RET)

the `-iname "*.org"' bit is used as ARG for which pursuing the man page for 
`find' is helpful.

HTH,

Chuck

Reply via email to