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!
mkdir '2017/October/10'
but imho better use a different delineate 2017.October.10 for exame – Panther Nov 13 '17 at 02:442017-10-10
– wjandrea Nov 13 '17 at 02:46