@zephyr to [email protected] • 1 year agoHow do you shell expand your variables and why?imagemessage-square27arrow-up169arrow-down14cross-posted to: [email protected]
arrow-up165arrow-down1imageHow do you shell expand your variables and why?@zephyr to [email protected] • 1 year agomessage-square27cross-posted to: [email protected]
minus-squaremonsterpiece42linkfedilink1•1 year agoWhat should I search to better understand what is written here? Don’t mind learning myself, just looking for the correct keywords. Thanks!
minus-square@[email protected]linkfedilink2•1 year agoThis comment is a joke and you wouldn’t want to do it like that in reality, but here are some related keywords you could look up: “Unix cat”, “Unix pipeline”, “grep”, “output redirection”, “command substitution”.
minus-squaremonsterpiece42linkfedilink1•1 year agoPerfect, I have some light reading for the evening!
minus-square@marcoslink2•1 year agoRead the Bash manual. That one patter on the GP is called “Command Substitution”, you can search for it.
What should I search to better understand what is written here? Don’t mind learning myself, just looking for the correct keywords. Thanks!
This comment is a joke and you wouldn’t want to do it like that in reality, but here are some related keywords you could look up: “Unix cat”, “Unix pipeline”, “grep”, “output redirection”, “command substitution”.
Perfect, I have some light reading for the evening!
Read the Bash manual. That one patter on the GP is called “Command Substitution”, you can search for it.
Thanks!
ExplainShell should help