This command will create a directory structure with each of the provided years, and all month numbers in each of them
mkdir -p {2024,2026,2027,2028}/{01,02,03,04,05,06,07,08,09,10,11,12}
Author: Lucas Vieites ✦ Published: ✦ Updated: ✦
This command will create a directory structure with each of the provided years, and all month numbers in each of them
mkdir -p {2024,2026,2027,2028}/{01,02,03,04,05,06,07,08,09,10,11,12}
Author: Lucas Vieites ✦ Published: ✦ Updated: ✦