The script consists of a main folder named with the current date (date format: yyyy-mm-dd).
It includes n folders, corresponding to the formats of the only files inside the main folder, and transfers the corresponding files to their respective format folders.
Furthermore, it generates a report file called "report.txt" that provides information about the script and lists the newly created folders.
The script assists in organizing folders that contain numerous files. Often, we tend to be lazy and neglect organizing our folders, such as the "Downloads" folder.
This script helps in reorganizing folders by sorting their contents in a better and clearer manner.
The script needs the path of the directory as argument
Example on Linux:
./lzy.sh /home/linux/Desktop/Folder
Example on Windows:
Download Git or Git Portable by the official website
./lzy.sh C:\\Users\\path0s\\Desktop\\Folder
👤 path0s
- Github: @path0s