2

Is there any analogue for unix command substitution shell expansion? Like

> cmd1 `cmd2 -opt1 -opt2`
Maksym Polshcha
  • 18,030
  • 8
  • 52
  • 77

1 Answers1

3

AFAIK You can't do that directly, but you can use soultion with for loop, similar to that.

Community
  • 1
  • 1
core1024
  • 1,882
  • 15
  • 22