Usage: printenv [OPTION]... [VARIABLE]...
Print the values of the specified environment VARIABLE(s).
If no VARIABLE is specified, print name and value pairs for them all.
-0, --null end each output line with 0 byte rather than newline
--help この使い方を表示して終了
--version バージョン情報を表示して終了
NOTE: your shell may have its own version of printenv, which usually supersedes
the version described here. Please refer to your shell's documentation
for details about the options it supports.
Report printenv bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Usage: printenv [OPTION]... [VARIABLE]...
Print the values of the specified environment VARIABLE(s).
If no VARIABLE is specified, print name and value pairs for them all.
-0, --null end each output line with 0 byte rather than newline
--help display this help and exit
--version output version information and exit
NOTE: your shell may have its own version of printenv, which usually supersedes
the version described here. Please refer to your shell's documentation
for details about the options it supports.
Report printenv bugs to bug-coreutils@gnu.org
GNU coreutils home page:
printenv(1) printenv(1)
名前
printenv - 環境の全部あるいは一部を表示する
書式
printenv [variable...]
printenv [--help] [--version]
説明
も し引き数 variable がひとつも与えられなかった場合には、 printenv はす
べての環境変数を表示する。ひとつ以上の変数名が与えられた場合には、そ れ
ぞ れの変数について、設定されていればその設定値を表示する。設定されてい
なければ何も表示しない。
終了ステータスは以下の通り:
0 指定した変数すべてが見付かった
1 指定した変数のうち、少なくとも一つが見付からなかった
2 書き込みエラーが起こった
オプション
--help 標準出力に使用方法のメッセージを出力して正常終了する。
--version
標準出力にバージョン情報を出力して正常終了する。
注意
プログラムのバグについては bug-sh-utils@gnu.org に報告してください。 ペ
ージの更新は Ragnar Hojland Espinosa
PRINTENV(1) User Commands PRINTENV(1)
NAME
printenv - print all or part of environment
SYNOPSIS
printenv [OPTION]... [VARIABLE]...
DESCRIPTION
Print the values of the specified environment VARIABLE(s). If no VARI-
ABLE is specified, print name and value pairs for them all.
-0, --null
end each output line with 0 byte rather than newline
--help display this help and exit
--version
output version information and exit
NOTE: your shell may have its own version of printenv, which usually
supersedes the version described here. Please refer to your shell’s
documentation for details about the options it supports.
AUTHOR
Written by David MacKenzie and Richard Mlynarik.
REPORTING BUGS
Report printenv bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa