Subshell

  • 网络亚层;子壳
SubshellSubshell
  1. By setting errexit , the subshell immediately terminates when the first command stops .

    通过设置errexit,子外壳将直接在第一个命令停止时终止。

  2. Using the subshell , you can collectively redirect their standard and error output for the entire block instead of for each individual command .

    通过使用子外壳,可以对整个块(而不是单个命令)的标准和错误输出进行集体重定向。

  3. Especially for atomic subshell and shell structure of transition elements are correctly predicated .

    该理论可以揭示原子的全部壳层结构,产生基本合理的电子数,尤其是正确的预示了原子的亚壳层结构和过渡元素的壳层结构;

  4. Run a list of commands in a subshell

    在Subshell中运行命令列表

  5. Hence a full subshell has zero angular momentum and is spherically symmetric .

    于是,一个已经填满的支壳层的角动量为零,并且是球面对称的。

  6. Finally , the back quotes both interpret the variable and run the intermediate result as a subshell .

    最后,反撇号解释变量并作为子shell运行中间结果。

  7. The pipe ( | ) pipes all output of the subshell to ssh .

    管道()将subshell的所有输出通过管道传输给ssh。

  8. The parentheses effectively execute the statements in a subshell .

    圆括号让语句在一个子shell中执行。

  9. Determination of the atomic states of an electron configuration for the same subshell in the j (?) - coupling scheme

    确定同科电子原子态的Jj耦合法

  10. The parenthesized series of commands is called a subshell .

    命令中带圆括号的部分称为subshell。

  11. The use of the brackets ensures the commands are grouped and executed in a subshell .

    使用括号是保证此命令分在一个组中,并且在子shell中执行。

  12. Because the subshell has so many uses , you might prefer to use it always instead of a combination or the back tick operators .

    因为子Shell有许多用途,所以与组合或者反勾号操作符相比,您可能更喜欢使用它。

  13. The series of commands collected in parentheses runs in a subshell and does not affect the state of the current shell .

    在圆括号中的系列命令将在一个子Shell中运行,并且不会对当前Shell的状态产生影响。

  14. Better yet , a subshell can contain another subshell , so expansions can be nested , too .

    然而更有价值的是,子Shell可以包含另一个子Shell,所以还可以进行嵌套扩展。

  15. Nevertheless , some drift is likely to occur because it does take a finite amount of time to launch each subshell for the background processing .

    但是,这个过程会发生一些时间偏差,因为需要花费一些时间启动每个子shell脚本来进行后台处理。

  16. Whether to use a combination or a subshell depends on your intentions & although the subshell is much more powerful , as described next .

    是使用组合还是子Shell,这取决于您的目的,尽管子Shell的功能更强大一些,下面将对其进行描述。

  17. Changes made in the subshell for example , changing directory do not affect your command line , but it does affect the environment of the subshell .

    subshell中进行的更改,例如更改目录,不会影响到您的命令行,但是它将影响subshell的执行环境。

  18. You can generally do this by running a list of commands in a subshell or by running a list of commands in the current shell .

    您一般可以通过在某个Subshell中运行一个命令列表或通过在当前Shell中运行一个命令列表来实现此目的。

  19. The command in parentheses is a subshell : Commands in the subshell don 't affect the environment of the current shell .

    括号中的命令为一个subshell:subshell中的命令不会影响当前shell的环境。

  20. The paper calculates the ionization potentails and the subshell energies of ions by the improved screened hydrogenic ionization model .

    用改进的屏蔽氢离子模型[1]计算了离子的电离势和次壳层能量。

  21. Because the subshell is followed by a pipe , all the output of the subshell is sent to the next command in the pipeline .

    因为subshell后面跟着管道,所以subshell的所有输出都通过管道传输给了下一个命令。

  22. Here , the subshell command du-sh work | cut-f1 yields the total size of the work directory in a format compatible with pv .

    在这里,子shell命令du-shworkcut-f1以与pv兼容的格式生成工作目录的总大小。

  23. According to Hund 's rules , we present a concise formula with which atomic or ionic ground state can be difined only by the electronic number of not filled subshell .

    根据Hund定则,给出了直接用未满壳层电子数确定原子、离子基态的数学公式。

  24. The use of a subshell is preferable in cases when you are redefining environment variables in your list of commands and you do not want those definitions to apply to your current shell .

    当您在命令列表中重新定义环境变量,并且您不希望将那些定义应用于当前Shell时,使用Subshell更可取。

  25. The remote archive is opened on the remote machine , and the byte stream from cat is sent to a subshell that first changes directory , and then it extracts the archive .

    在远程计算机上打开远程存档,将cat产生的字节流发送到subshell,这个subshell首先更改目录,然后对存档进行解压缩。

  26. While it 's common to run a subshell to pipe aggregated output to a single command , you can also use a subshell to expand a command in place , just like back ticks .

    尽管通常运行子Shell将聚合的输出通过管道传递给单个命令,但您还可以使用子Shell对命令进行扩展,就像反勾号那样。