Description: Create a script that: Searches for .log files in /var/log Prints their size and last modified date Optionally deletes files older than 7 days (with confirmation) 📁 Path: cleanup/log-cleaner.sh 🛠 Bash Tools: find, stat, du, rm, read