标签: shell batch-file windows-shell
是否有任何类似的unix命令替换shell扩展?像
> cmd1 `cmd2 -opt1 -opt2`
答案 0 :(得分:3)
AFAIK你不能直接这样做,但你可以使用for循环的解决方案,类似于that。