-
Run a list of commands in a subshell.
在Subshell中运行命令列表。
-
The L-subshell coupling effects are not found.
没有发现L次壳层偶合效应。
-
The pipe (|) pipes all output of the subshell to SSH.
管道(|)将subshell的所有输出通过管道传输给ssh。
-
The parenthesized series of commands is called a subshell.
命令中带圆括号的部分称为subshell。
-
Listing 9 shows the same idea executed using a subshell.
清单9演示如何使用子shell执行相同的代码。