So I want to create a directory called which is the Year + Month:
2021JAN
But in my terminal, I tried:
mkdir $(date + "%Y%m") <
mkdir $(date + "%Y%m")