🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
hard

File Organization Script

#bash #scripting #automation

Write a Bash script to sort files by extension.

Write a Bash script that scans a specific directory for files and organizes them into subfolders based on their file extensions (e.g., .jpg files go into a 'Images' folder, .txt files go into 'Documents'). Ensure the script creates the directories if they do not exist.