On Jan 9, 2008 5:03 PM, anthony baldwin <<a href="mailto:anthony.baldwin01@comcast.net">anthony.baldwin01@comcast.net</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there a way to write script that will list the contents of a dir AND<br>subdirs of said dir, and subdirs of said subdirs, ad infinitum?<br>Like, I want to list the contents of /home/me/tunes<br>plus, the subdirs by genre, /home/me/tunes/rock ~folk ~classical ~latin
<br>~brazilian etc.,<br>plus, the contents of each genre, by artist /home/me/tunes/latin/mana<br>and, in cases where I have still deeper subdirs (by album, for instance)....<br>Basically, a big list/tree of ALL of my tunes...
<br>And I want to pipe it to a text window in zenity, or just to a text file.<br><br>thanks<br>tony<br><br>--<br>Anthony Baldwin<br><a href="http://www.BaldwinLinguas.com" target="_blank">http://www.BaldwinLinguas.com</a>
 - Translation & Interpreting<br><br><a href="http://www.LinguasOS.org" target="_blank">http://www.LinguasOS.org</a> - Linux for Translators<br><br>Así también, la lengua es un miembro pequeño,<br>y se gloría de grandes cosas. He aquí, ¡un pequeño fuego ­
<br>cuán grande bosque enciende!<br><font color="#888888"><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></font></blockquote></div><br>ls /home/me/tunes/* -R<br><br>\Rutger<br>