BOOKS-Links

This command generates an index.html file listing all PDF files
in the current directory, formatted as an HTML page titled "PDF Documents".

tree -H '.' -L 1 --noreport --dirsfirst -T 'PDF Documents' -P '*.pdf' -o index.html

Pumpkin