env Flashcards

1
Q

env

A

Set each NAME to VALUE in the environment and run COMMAND.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

env

A

With no arguments this command prints a list of all environment variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

env -i

A

-i, –ignore-environment, Start with an empty environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

env -0

A

-0, –null, End each output line with NUL, not newline.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

env -u

A

u, –unset=NAME, Remove variable from the environtment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

env

  • C
  • S
  • v
A
  • C, –chdir=DIR, Change working directory to DIR.
  • S, –split-string=S, Process and split S into separate arguments; used to pass multiple arguments on shebang lines.
  • v, –debug, Print verbose inforomation for each processing step.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly