zephyr@lemmy.world to Programming@programming.dev · 2 years agoHow do you shell expand your variables and why?lemmy.worldimagemessage-square28fedilinkarrow-up168arrow-down14cross-posted to: [email protected]
arrow-up164arrow-down1imageHow do you shell expand your variables and why?lemmy.worldzephyr@lemmy.world to Programming@programming.dev · 2 years agomessage-square28fedilinkcross-posted to: [email protected]
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·2 years agoRead the Bash manual. That one patter on the GP is called “Command Substitution”, you can search for it.
Read the Bash manual. That one patter on the GP is called “Command Substitution”, you can search for it.
Thanks!