Generar lista de archivos en html

Table of Contents

Comando:

[bash]
tree -H ./ -o index.html -D -T 'Películas' --charset UTF-8 -F -C -R --dirsfirst
[/bash]

Opciones:

-o Fichero final
-D Añadir fecha de ultima modificación
-T Título
-H <base> Salida en html con base para los enlaces
--dirsfirst Directorios primero
-C Coloreado
-F Añadimos símbolos diferentes para tipos diferentes dir,fich,etc...
-R Recursivo
Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

LesOlivex