Penguin
Annotated edit history of env(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ENV
2 !!!ENV
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 env - run a program in a modified environment
15 !!SYNOPSIS
16
17
18 __env__ [[''OPTION'']... [[''-'']
19 [[''NAME=VALUE'']... [[''COMMAND''
20 [[''ARG'']...]
21 !!DESCRIPTION
22
23
24 Set each NAME to VALUE in the environment and run
25 COMMAND.
26
27
28 __-i__, __--ignore-environment__
29
30
31 start with an empty environment
32
33
34 __-u__, __--unset__=''NAME''
35
36
37 remove variable from the environment
38
39
40 __--help__
41
42
43 display this help and exit
44
45
46 __--version__
47
48
49 output version information and exit
50
51
52 A mere - implies __-i__. If no COMMAND, print the
53 resulting environment.
54 !!AUTHOR
55
56
57 Written by Richard Mlynarik and David
2 perry 58 !MacKenzie.
1 perry 59 !!REPORTING BUGS
60
61
62 Report bugs to
63 !!COPYRIGHT
64
65
66 Copyright 2000 Free Software Foundation, Inc.
67 This is free software; see the source for copying
68 conditions. There is NO warranty; not even for
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR
70 PURPOSE.
71 !!SEE ALSO
72
73
74 The full documentation for __env__ is maintained as a
75 Texinfo manual. If the __info__ and __env__ programs
76 are properly installed at your site, the
77 command
78
79
80 __info env__
81
82
83 should give you access to the complete manual.
84 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.