zephyr@lemmy.worldM to linuxmemes@lemmy.world · 2 years agoWhich way do you expand variables?lemmy.worldimagemessage-square23fedilinkarrow-up1103arrow-down12
arrow-up1101arrow-down1imageWhich way do you expand variables?lemmy.worldzephyr@lemmy.worldM to linuxmemes@lemmy.world · 2 years agomessage-square23fedilink
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.