zephyr@lemmy.worldM to linuxmemes@lemmy.world · 2 年前Which way do you expand variables?lemmy.worldimagemessage-square21fedilinkarrow-up182arrow-down11
arrow-up181arrow-down1imageWhich way do you expand variables?lemmy.worldzephyr@lemmy.worldM to linuxmemes@lemmy.world · 2 年前message-square21fedilink
minus-squarevenusenvy47@lemdro.idcakelinkfedilinkEnglisharrow-up1·2 年前Would a space at the end of the variable be ignored in the second one, though?
minus-squareDoomBot5@lemmy.worldlinkfedilinkEnglisharrow-up1·2 年前It 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.