GammaM to Shell [email protected]English • 1 year agoHow do you shell expand your variables and why?imagemessage-square4fedilinkarrow-up13arrow-down10file-textcross-posted to: [email protected]
arrow-up13arrow-down1imageHow do you shell expand your variables and why?GammaM to Shell [email protected]English • 1 year agomessage-square4fedilinkfile-textcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish2•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.