shmanio@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-21 year agoChromecast over Tailscale?plus-squaremessage-squaremessage-square23fedilinkarrow-up119arrow-down12
arrow-up117arrow-down1message-squareChromecast over Tailscale?plus-squareshmanio@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-21 year agomessage-square23fedilink
minus-squareshmanio@lemmy.worldtoLinux@lemmy.ml•Ash Vs BashlinkfedilinkEnglisharrow-up20·edit-210 months agoYou should put some quotes where you use the array: not_what_you_think=( "a b" "c" "d" ) for sneaky in "${not_what_you_think[@]}"; do echo "This is sneaky: ${sneaky}" done This is sneaky: a b This is sneaky: c This is sneaky: d linkfedilink
You should put some quotes where you use the array:
not_what_you_think=( "a b" "c" "d" ) for sneaky in "${not_what_you_think[@]}"; do echo "This is sneaky: ${sneaky}" done This is sneaky: a b This is sneaky: c This is sneaky: d