Gamma@programming.devM to Shell Scripting@programming.dev • 1 year agoHow do you shell expand your variables and why?imagemessage-square3 fedilinkarrow-up13file-text
arrow-up13imageHow do you shell expand your variables and why?Gamma@programming.devM to Shell Scripting@programming.dev • 1 year agomessage-square3 Commentsfedilinkfile-text
minus-squareReptorian@programming.devhexbear2·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. linkfedilink
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.