Using dir with multiple wildcards for directories

I'd like to be able to use dir to list all files in the grandchildren directories of my cwd, as in
dir('*/*')
As far as I can tell, this is impossible, is there a recommended workaround for this?
Thanks, Leo

 Réponse acceptée

Geoff Hayes
Geoff Hayes le 20 Nov 2014

1 vote

Leo - look in the File Exchange for a recursive directory listing submission. One such example is rdir.

1 commentaire

Thanks Geoff. rdir is exactly what I was looking for. For the benefit of others, typing
rdir('*/*')
gives more information than perhaps one would like, but, like dir,
D = rdir(*/*)
returns a struct so you can then extract just names, or modification dates.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur File Operations dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by