ls all subdirs and subdirs of subdirs, ad inf?
Rutger van Haasteren
vhaasteren at gmail.com
Wed Jan 9 16:09:42 UTC 2008
On Jan 9, 2008 5:03 PM, anthony baldwin <anthony.baldwin01 at comcast.net>
wrote:
> Is there a way to write script that will list the contents of a dir AND
> subdirs of said dir, and subdirs of said subdirs, ad infinitum?
> Like, I want to list the contents of /home/me/tunes
> plus, the subdirs by genre, /home/me/tunes/rock ~folk ~classical ~latin
> ~brazilian etc.,
> plus, the contents of each genre, by artist /home/me/tunes/latin/mana
> and, in cases where I have still deeper subdirs (by album, for
> instance)....
> Basically, a big list/tree of ALL of my tunes...
> And I want to pipe it to a text window in zenity, or just to a text file.
>
> thanks
> tony
>
> --
> Anthony Baldwin
> http://www.BaldwinLinguas.com - Translation & Interpreting
>
> http://www.LinguasOS.org - Linux for Translators
>
> Así también, la lengua es un miembro pequeño,
> y se gloría de grandes cosas. He aquí, ¡un pequeño fuego
> cuán grande bosque enciende!
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
ls /home/me/tunes/* -R
\Rutger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20080109/8d7bdefd/attachment.html>
More information about the ubuntu-users
mailing list