DEBSOURCES
Skip Quicknav
sources / zshdb / 0.05%2Bgit20101031-2 / test / example / subshell.sh
12345678910
# Testing subshell and backtick x=2 ( x='line 3'; y='line 4' ) # > /dev/null 2>&1 ( x=$(print line 7) y='line 8' ) x=10