April 9, 2008
On Trees and Other Leafy Things
Sometimes the best way to view things is in a tree shape, and your website is no exception. For a nice tree view showing file sizes and links to the actual files, edit your crontab: crontab -e Add this line into cron: 0 * * * * /usr/bin/tree -C -s -D -H http://www.yourdomain.com /address/of/your/web/root/ > [...]