I want to create a folder following the below procedure:
set folder 2017/October/10
mkdir $folder
But this isn't possible and I get the message:
mkdir: cannot create directory '2017/October/10': No such file or directory
I want to include that in script function! I could really use some help!
EDIT: This just can't happen!