A Bash script that displays a recursive directory tree with file permissions (octal), owner:group information, and color-coded output (blue for directories, green for files).
Similar to the tree command but includes detailed stat information in a clean format.
Usage:
./stat-tree.sh /path/to/directory
