zephyr@lemmy.worldM to linuxmemes@lemmy.world · 2 years agoWhich way do you expand variables?lemmy.worldexternal-linkmessage-square21fedilinkarrow-up1102arrow-down12
arrow-up1100arrow-down1external-linkWhich way do you expand variables?lemmy.worldzephyr@lemmy.worldM to linuxmemes@lemmy.world · 2 years agomessage-square21fedilink
minus-squarevenusenvy47@lemdro.idlinkfedilinkEnglisharrow-up1·2 years agoWould a space at the end of the variable be ignored in the second one, though?
minus-squareDoomBot5@lemmy.worldlinkfedilinkEnglisharrow-up1·2 years agoIt would still be considered a single variable because the entire string is quoted. The first scenario would have split it into 2 variables.
Would a space at the end of the variable be ignored in the second one, though?
It would still be considered a single variable because the entire string is quoted. The first scenario would have split it into 2 variables.