Search This Blog

Generate index.html using tree command

  • To install:
    sudo apt-get install tree
  • To use:
    tree -H <base> -T <title> -o <output.html>
    for example:
    tree -H /maven -T "Mediaflux Maven Repository" -o index.html

No comments:

Post a Comment