GammaM to Shell ScriptingEnglish · 1 year agoHow do you shell expand your variables and why?lemmy.worldimagemessage-square4fedilinkarrow-up13arrow-down10file-textcross-posted to: programming
arrow-up13arrow-down1imageHow do you shell expand your variables and why?lemmy.worldGammaM to Shell ScriptingEnglish · 1 year agomessage-square4fedilinkfile-textcross-posted to: programming
minus-squareReptorianlinkfedilinkEnglisharrow-up2·1 year agoDepends. I use G’MIC (Interpretative language for image processing largely inspired by bash) in CLI. ig “C:\Users\User.…” If I need something with ‘$’ in CLI, I’d be using $_path_rc\something_something. Sometimes with “” in case of spaces. Other than that, I would be just running my own coded command in most case.
Depends. I use G’MIC (Interpretative language for image processing largely inspired by bash) in CLI.
ig “C:\Users\User.…”
If I need something with ‘$’ in CLI, I’d be using $_path_rc\something_something. Sometimes with “” in case of spaces.
Other than that, I would be just running my own coded command in most case.