用途
unsetコマンドは、変数を設定解除する場合に使用します。
unset
関連項目:
構文
unset::=
unset variable-name...
意味
設定解除する変数の名前を指定します。
例
例2-155 変数の設定解除
この例では、drive変数を設定解除します。
drive
ob> show drive drive tape1 ob> unset drive ob> show drive drive (not set)