标签: bash sh posix zsh
对于主流shell,例如sh,bash,zsh等,编写以下内容是否有所不同:
sh
bash
zsh
myvar=$(my command) # or myvar="$(my command)"