Wow that is amazing, thank you.  Is there a way to keep the directory structure or adjust the formatting?<br><br><br><br><div class="gmail_quote">On 31 July 2011 12:24, Harold Lee <span dir="ltr">&lt;<a href="mailto:harold@hotelling.net">harold@hotelling.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">You can generate links to a bunch of files using &quot;find&quot;:<div><br></div><div>cd /path/to/parent_directory</div>
<div>find directory_name -type f \( -name &#39;*.jpg&#39; -o -name &#39;*.jpeg&#39; -o -name &#39;*.gif&#39; \) | while read filename ; do echo &quot;&lt;a href=\&quot;$filename\&quot;&gt;$filename&lt;/a&gt;&quot;; done<br>


</div><div><br></div><div>The &quot;-o&quot; means OR, so you can add more file extensions in the find command.</div><div><br></div><div>You can put this output into your HTML if you just want to generate a bunch of links. Or you can use the find command this way to bulk post pictures to some online gallery (e.g. a Drupal or Wordpress site) using curl or wget instead of echo.</div>


<div><br></div><div>Harold</div><div><br><div class="gmail_quote"><div><div></div><div class="h5">On Fri, Jul 29, 2011 at 6:46 PM, Darth Borehd <span dir="ltr">&lt;<a href="mailto:darth.borehd@gmail.com" target="_blank">darth.borehd@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
<font size="4">I have a lot of club media files (pictures, videos, and sound) on a drive running Ubuntu 10.04 LTS.  I want to share these media files on the Internet.  I figure the best way is to make a webpage with links that correspond to the files, so clicking on a link downloads the file or plays it in browser.  <br>



<br>The problem is there are thousands of these little files.  I tried manually creating links by copying and pasting, but it&#39;s taking me to long.  <br><br>I tried webmagick, but I found it only works on picture files.  Otherwise, it looks to be exactly what I want.  <br>



<br>Any suggestions?<br></font>
<br></div></div>_______________________________________________<br>
vox-tech mailing list<br>
<a href="mailto:vox-tech@lists.lugod.org" target="_blank">vox-tech@lists.lugod.org</a><br>
<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
vox-tech mailing list<br>
<a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
<br></blockquote></div><br>