Query: env
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
env(3) Library Functions Manual env(3)NAMEenv - manage the environmentSYNTAX#include <env.h> char **environ; char *env_get(name); char *env_pick(); char *name;DESCRIPTIONThe environment, environ, is a 0-terminated array of 0-terminated strings, called environment variables. Each environment variable is of the form name=value. env_get returns the value of the first variable whose name is name, or 0 if there is no such variable. env_pick returns any variable in the environment, or 0 if the environment is empty.SEE ALSOenviron(7) env(3)
| Related Man Pages |
|---|
| env(1) - opensolaris |
| env(3) - plan9 |
| env(1) - hpux |
| pam_getenvlist(3) - netbsd |
| pam_getenvlist(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| IP details for Unix/Linux login clients? |
| root env |
| FORMAT OF CSV FILE under unix environment. |
| Software For Server Environment Documentation |
| Using env variables to run a program |