env.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 32 行

1
32
字号
.TH env 1.SH Nameenv \- set environment for command execution.SH Syntax.B env.RB [ \- ][ \fIname=\fBvalue\fR ] ...[ \fIcommand args\fR ].SH DescriptionThe .PN envcommand obtains the current.IR environment ,modifies it according to its arguments,then executes the command with the modified environment.Arguments of the form.IB name = valueare merged into the inherited environmentbefore the command is executed.The .B \-flag causes the inherited environment to be ignoredcompletely,so that the command is executed with exactly the environmentspecified by the arguments..PPIf no command is specified,the resulting environment is printed,one name-value pair per line..SH See Alsosh(1), environ(5int), environ(7)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?