freebsd-dev/bin/kenv
Matthew D Fleming af68c71a5e Add a -v and -N option to kenv(1), so it can be more easily used in
scripts the way sysctl(8) is.  The -N option, like in sysctl(8),
displays only the kenv names, not their values.  The -v option prints an
individual kenv variable name with its value as name="value".  This is
the inverse of sysctl(8)'s -n flag, since the default behaviour of
kenv(1) is already like sysctl(8) -n.

Submitted by:	Garrett Cooper < yanegomi AT gmail DOT com >
MFC after:	1 week
2012-05-11 23:05:14 +00:00
..
kenv.1 Add a -v and -N option to kenv(1), so it can be more easily used in 2012-05-11 23:05:14 +00:00
kenv.c Add a -v and -N option to kenv(1), so it can be more easily used in 2012-05-11 23:05:14 +00:00
Makefile Get this area compiling with the highest WARNS= that it works with. 2003-06-13 07:04:02 +00:00