/usr/bin/dash: Difference between revisions

Line 337: Line 337:


=== Positional Parameters ===
=== Positional Parameters ===
    A positional parameter is a parameter denoted by a number (n > 0).  The shell sets these initially to
位置パラメーターは、数字(n > 0)で示されるパラメーターである。 シェルはこれらを、シェルスクリプトの名前に続くコマンドライン引数の値に初期設定する。 set 組み込み関数を使用して、これらを設定またはリセットすることもできる。
    the values of its command line arguments that follow the name of the shell script.  The set builtin
    can also be used to set or reset them.


=== Special Parameters ===
=== Special Parameters ===