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

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



I just realized that 'tree' on download.fedoralegacy.org hasn't been updated since March 1st.

Has it been replaced with something else, or doesn't the updating just work.

No matter what, could we _please_ have at least something to work with.


On Tue, 1 Mar 2005, Josep L. Guallar-Esteve wrote:
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

-- Pekka Savola "You each name yourselves king, yet the Netcore Oy kingdom bleeds." Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings

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