| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 months |
| seen | Apr 27 at 14:47 | |
| stats | profile views | 11 |
|
Apr 27 |
revised |
See end-nodes of dependency graphs added 8 characters in body |
|
Apr 26 |
awarded | Teacher |
|
Apr 26 |
asked | Stream system audio through mpd |
|
Apr 22 |
revised |
See end-nodes of dependency graphs added 119 characters in body |
|
Apr 22 |
answered | See end-nodes of dependency graphs |
|
Mar 25 |
revised |
Is it recommended to use zsh instead of bash scripts? much <> many |
|
Mar 25 |
accepted | Is it recommended to use zsh instead of bash scripts? |
|
Mar 24 |
comment |
Is it recommended to use zsh instead of bash scripts? Well, the “default” install doesn’t really matter. What matters is if it is installed at all. |
|
Mar 24 |
accepted | Double and triple substitution in bash and zsh |
|
Mar 24 |
comment |
Double and triple substitution in bash and zsh Huh, using several steps didn’t occur to me until now… strange. |
|
Mar 24 |
revised |
Is it recommended to use zsh instead of bash scripts? added 124 characters in body |
|
Mar 24 |
comment |
Is it recommended to use zsh instead of bash scripts? General linux end user world. |
|
Mar 24 |
asked | Is it recommended to use zsh instead of bash scripts? |
|
Mar 24 |
comment |
Double and triple substitution in bash and zsh I’m marking this as the correct answer now, since the title is how to do double and triple substitution. Gilles text is kind of the the missing part of the answer. |
|
Mar 24 |
comment |
Double and triple substitution in bash and zsh Thanks, that’s good to know. A shame that this is zsh-only, so you can’t really put it in a script (everyone has bash, but it’s not the other way around). |
|
Mar 19 |
accepted | ${!FOO} and zsh |
|
Mar 19 |
comment |
${!FOO} and zsh No need to brag with bash, it indeed has the same function (and a lot more), only uses a different pattern, namely ${(p)FOO}. |
|
Mar 19 |
comment |
Double and triple substitution in bash and zsh Setting it as variable, so that the first word isn’t used as command? Man, this sort of logic is hard to grasp. It’s the general problem I seem to have with bash. |
|
Mar 15 |
accepted | Different behavior of $() and `` |
|
Mar 15 |
revised |
Double and triple substitution in bash and zsh edited body |