[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: updated 'tree' on download.fedoralegacy.org



On Tuesday 01 March 2005 10:19, Jesse Keating wrote:
> ls -lR doesn't generate clickable links.  However find . -print does.
> Still toying with ideas.

Try something like this:

echo "<html><body><ul>" > index.html && ls *.rpm |  grep -v index.html | awk 
'{print "<li><a href=\""$1"\">" $1"</a></li>"} '   >> index.html && echo 
"</ul></body></html>" >> index.html


Regards,
Josep
-- 
Josep L. Guallar-Esteve		Eastern Radiologists, Inc.
Systems and PACS Administration  http://www.easternrad.com

Attachment: pgp00007.pgp
Description: PGP signature


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]