「Transwiki:Bash Shell Scripting」の版間の差分

削除された内容 追加された内容
Fu7mu4 (トーク | 投稿記録)
Fu7mu4 (トーク | 投稿記録)
764 行
 
環境変数はコマンドに ''渡される'' だけであることに注意しましょう。環境変数はコマンドから''返され''ません。この点で、環境変数は通常のBash変数とサブシェルに似ています。
It's important to note that environment variables are only ever passed ''into'' a command; they are never received ''back'' from a command. In this respect, they are similar to regular Bash variables and subshells. So, for example, this command:
 
<source lang="bash">#!/bin/bash