Is there any analogue for unix command substitution shell expansion? Like
> cmd1 `cmd2 -opt1 -opt2`
AFAIK You can't do that directly, but you can use soultion with for loop, similar to that.