I always do this when passing variable to command
mkdir -p "$dir_to_make"
are those quotes needed? I tried to google but didn't find much. I always write them, just interested if they are necessary.
I always do this when passing variable to command
mkdir -p "$dir_to_make"
are those quotes needed? I tried to google but didn't find much. I always write them, just interested if they are necessary.