Why File Management is Daily Work
📖 Scenario: You work as an office assistant who needs to organize daily reports and documents on a Linux computer. Every day, new files arrive and must be sorted into folders by date and type. This helps keep the workspace clean and makes it easy to find files later.
🎯 Goal: You will create a simple script that organizes files into folders by their file type. This shows why managing files daily is important to keep things tidy and easy to access.
📋 What You'll Learn
Create a list of file names with different extensions
Create a variable to hold the folder name for text files
Use a loop to check each file and move text files to the text folder
Print the list of files after organizing
💡 Why This Matters
🌍 Real World
Daily file management helps keep computer files organized so you can find reports, images, and notes quickly without clutter.
💼 Career
Many jobs require organizing files regularly to maintain order and efficiency, especially in offices and IT roles.
Progress0 / 4 steps