DEBSOURCES
Skip Quicknav
sources / zshdb / 0.04%2Bgit20100102-1 / 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